spring boot starter dir.zip
Spring boot创建自定义starter的完整步骤。解压后用idea打开三个工程,依次maven-lifecycle-install spring-boot-starter-autoconfigurer , spring-boot-starter, spring-boot-starter-test, 然后运行spring-boot-starter-test里面的SpringbootStarterApplication,最后在浏览器运行http://localhost:8080/hello ,可以看到显示application.properties里面配置的内容。
文件列表
spring-boot-starter-dir.zip
(预估有个164文件)
.gitignore
333B
MavenWrapperDownloader.java
5KB
maven-wrapper.jar
50KB
SpringbootStarterApplicationTests.class
600B
SpringbootStarterApplication.class
802B
HelloController.class
833B
mvnw.cmd
6KB
spring-boot-starter-test.iml
9KB
spring-boot-starter-autoconfigurer.iml
3KB
spring-boot-starter-autoconfigurer-0.0.1-SNAPSHOT.jar
4KB
暂无评论