Applications that use spring-boot-devtools will automatically restart whenever files on the classpath change. This can be a useful feature when working in an IDE as it gives a very fast feedback loop for code changes.
Spring Boot vs Spring MVC vs Spring
What is Auto Configuration in Spring?
How to disable specific auto-configuration in spring boot?
How we can Disable all Database related auto configuration in Spring Boot?
What is Spring Boot?
What are the advantages of spring boot application?
What are the use of @EnableAutoConfiguration annotation?
What is Spring Boot Starter?
What is spring-boot-starter-parent?
What is spring-boot-starter-web?
How do you change JDK version in spring boot?
How to create an executable jar using spring boot?
What is the use of @SpringBootApplication annotation?
What is spring-boot-devtools ?
What are Profiles in spring boot?
Spring Boot Actuator?
How do you Change tomcat or jetty HTTP port?
What are the Starter Project Options that Spring Boot provides ,give some examples ?