Home Explore Project
Register Sign In
lyq
/
spring-boot
1
0
Fork 0
Files Issues 0 Pull Requests 0 Wiki
Tree: d45687ae24
Branches Tags
master
spring-boot
/
README.md

README.md 1.5 KB
History Raw

springboot-note

springboot 学习笔记

Reference

  • ityouknow/spring-boot-examples
  • springboot-note 文档

https://github.com/xkcoding/spring-boot-demo

https://github.com/YunaiV/SpringBoot-Labs https://github.com/Snailclimb/springboot-guide

https://github.com/527515025/springBoot https://github.com/liululee/spring-boot-learning https://github.com/elunez/eladmin https://github.com/macrozheng/mall

https://github.com/lenve/vhr

https://github.com/cloudfavorites/favorites-web https://github.com/codedrinker/community

https://github.com/Heeexy/SpringBoot-Shiro-Vue https://github.com/cuzz1/springboot-learning

https://github.com/simplewz/springboot

https://github.com/kong0827/SpringBoot-Learning https://github.com/CodingDocs/springboot-guide https://github.com/JacianLiu/SpringBoot-Learning-1 https://github.com/waylau/spring-boot-tutorial https://github.com/niumoo/springboot https://github.com/dunwu/spring-boot-tutorial https://github.com/dyc87112/SpringBoot-Learning

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

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
© 2016-2022 上海芝舟信息科技有限公司