Posted On: Feb 22, 2018
Autoconfiguration is way in Spring Boot to configure a spring application automatically on the basis of dependencies that are present on the classpath. It makes development easier and faster.
You can create a custom configuration for a MySQL data source in spring boot as
@Configuration public class MySQLAutoconfiguration { //... }
Never Miss an Articles from us.
Spring Boot is a system from “The Spring Team” to facilitate the bootstrapping and development of new Spring Applica..
Here are some of the various advantages of using Spring Boot:It is quite easy to create Spring Based applications with..
Various Spring Boot Features are as follows:Web Development Spring Application Application occasions and listeners Adm..