https://github.com/guangzhengli/springbootlearning
https://github.com/guangzhengli/springbootlearning
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guangzhengli/springbootlearning
- Owner: guangzhengli
- Created: 2019-01-12T09:19:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T00:42:46.000Z (almost 3 years ago)
- Last Synced: 2025-02-14T03:25:16.026Z (8 months ago)
- Language: Java
- Size: 544 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# springboot learning
[toc]
### springboot的原理
#### 自动配置
[什么是 Spring Boot 自动配置](https://juejin.im/post/5b679fbc5188251aad213110)
[EnableAutoConfiguration注解的工作原理](https://www.jianshu.com/p/464d04c36fb1)