www.baeldung.com/bootstraping-a-web-application-with-spring-and-java-based-configuration
1 Users
0 Comments
4 Highlights
0 Notes
Tags
Top Highlights
look into the Spring Boot solution for building the application
This single annotation is equivalent to using @Configuration, @EnableAutoConfiguration, and @ComponentScan
annotate it with @Configuration annotation
explicitly define @EnableWebMvc for setting up default Spring MVC Configurations and @ComponentScan to specify packages to scan for components.
Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.