Alice52 / spring-5.2.x

spring source code
https://github.com/Alice52/spring-5.2.x/issues/2
0 stars 1 forks source link

[spring-boot] essence #7

Closed Alice52 closed 2 years ago

Alice52 commented 4 years ago
  1. SpringBoot will load many xxAutoConfiguration class when start
  2. we can check and use default AutoConfiguration class provided by SpringBoot
  3. check what component included in this AutoConfiiguration class
  4. so we can custom properties in config file