spring:spring-boot:modules:spring-boot-autoconfigure:en

Spring Boot AutoConfigure

Spring Boot can configure large parts of typical applications based on the content of their classpath. A single @EnableAutoConfiguration annotation triggers auto-configuration of the Spring context.

Auto-configuration attempts to deduce which beans a user might need. For example, if HSQLDB is on the classpath, and the user has not configured any database connections, then they probably want an in-memory database to be defined. Auto-configuration will always back away as the user starts to define their own beans.

  • spring/spring-boot/modules/spring-boot-autoconfigure/en.txt
  • 마지막으로 수정됨: 2024/01/28 13:36
  • 저자 writer