快速创建spring应用 https://github.com/spring-projects/spring-boot

天问 efaf1617fe Update 'README.md' 5 months ago
README.md efaf1617fe Update 'README.md' 5 months ago

README.md

spring-boot

快速创建spring web应用,目前版本 3.1.5

Usage

使用 vscode 或 idea 新建springboot方式创建项目

有如下模块:

  • spring-boot-autoconfigure
  • spring-boot-starters
  • spring-boot-actuator
  • spring-boot-loader
  • spring-boot-devtools

Develop

git clone https://github.com/spring-projects/spring-boot
./gradlew publishToMavenLocal

./gradlew build