Auto-Configuration and Actuator
Learn about auto-configuration in Spring Boot, along with the Spring Boot Actuator.
We'll cover the following...
Auto-configuration
Spring Boot considers the runtime of your application and automatically configures your application based on many factors, such as libraries on the classpath. ...