Skip to content

Commit 23b1323

Browse files
authored
BAEL-2200: Spring Boot auto-configuration report (#5453)
* BAEL-1766: Update README * BAEL-1853: add link to article * BAEL-1801: add link to article * Added links back to articles * Add links back to articles * BAEL-1795: Update README * BAEL-1901 and BAEL-1555 add links back to article * BAEL-2026 add link back to article * BAEL-2029: add link back to article * BAEL-1898: Add link back to article * BAEL-2102 and BAEL-2131 Add links back to articles * BAEL-2132 Add link back to article * BAEL-1980: add link back to article * BAEL-2200: Display auto-configuration report in Spring Boot
1 parent 3b83096 commit 23b1323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-boot-h2/spring-boot-h2-database/src/main/java/com/baeldung/h2db/auto/configuration/AutoConfigurationDemo.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import org.springframework.boot.autoconfigure.SpringBootApplication;
55
import org.springframework.context.annotation.ComponentScan;
66

7-
@SpringBootApplication(scanBasePackages = "com.baeldung.h2db.auto-configuration")
7+
@SpringBootApplication
88
public class AutoConfigurationDemo {
99

1010
public static void main(String[] args) {

0 commit comments

Comments
 (0)