SpringBoot 3 自定义starter

参考代码

重点

1
2
3
4
5
6
# SpringBoot 2          resources/META-INF/spring.factories
org.springframework.boot.autoconfigure.EnableAutoConfiguration=\
com.example.hellospringbootstarter.HelloAutoConfiguration

# SpringBoot 3 resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports
com.example.hellospringbootstarter.HelloAutoConfiguration

JDK 17下载

JDK 17 下载链接