1.

How Does It Work? How Does It Know What To Configure?

Answer»
  • Auto-configuration WORKS by analyzing the classpath
  • If you forget a dependency, Spring Boot can’t configure it
  • A dependency management TOOL is RECOMMENDED
  • Spring Boot parent and STARTERS make it much easier
  • Spring Boot works with MAVEN, Gradle, Ant/Ivy
  • Our content here will show Maven.



Discussion

No Comment Found