Snippets Collections
When you deploy your application to a servlet container or application server, logging performed via the Java Util Logging API is not routed into your application’s logs. This prevents logging performed by the container or other applications that have been deployed to it from appearing in your application’s logs.
you can use @ComponentScan to automatically pick up all Spring components, including @Configuration classes

You should only ever add one @SpringBootApplication or @EnableAutoConfiguration annotation. We generally recommend that you add one or the other to your primary @Configuration class only.
star

Thu Jun 09 2022 15:21:48 GMT+0000 (Coordinated Universal Time) https://docs.spring.io/spring-boot/docs/2.3.9.RELEASE/reference/html/spring-boot-features.html

#spring-boot
star

Thu Jun 09 2022 15:13:09 GMT+0000 (Coordinated Universal Time) https://docs.spring.io/spring-boot/docs/2.7.0/reference/html/using.html

#spring-boot

Save snippets that work with our extensions

Available in the Chrome Web Store Get Firefox Add-on Get VS Code extension