Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 598 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 598 Bytes

spring-learn

主要用来学习spring及其相关组件

myself-spring-boot-starter

  • myself-spring-boot-starter是用来学习springboot starter的。

myself-spring-boot-starter 的配置类是StarterAutoConfigure。在resources目录下创建MET-INF文件夹,同事创建spring.factories文件。 文件内容为
org.springframework.boot.autoconfigure.EnableAutoConfiguration=com.wjh.springlearn.config.StarterAutoConfigure

个人信息