Skip to content

youngzil/quickstart-spring-boot2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickstart-spring-cloud项目地址
quickstart-spring-clou2项目地址 quickstart-spring-boot项目地址
quickstart-spring-boot2项目地址

Spring Boot官网 Spring Boot Github Spring项目创建

Spring Cloud官网
Spring Cloud Github
Spring Cloud Samples

Spring Cloud中国社区
Spring Cloud中文网

SpringBoot示例参考 https://github.com/musibs/medium-articles

示例 https://github.com/dyc87112/SpringCloud-Learning https://github.com/forezp/SpringCloudLearning https://github.com/kbastani/spring-cloud-microservice-example https://github.com/ityouknow/spring-cloud-examples https://github.com/roncoo/spring-boot-demo

优化后的 Spring Boot 启动究竟能有多快? https://mp.weixin.qq.com/s?__biz=MzI1NDQ3MjQxNA==&mid=2247490104&idx=1&sn=4b63e0ea90c93791b7a916b2a44c50ce&chksm=e9c5e389deb26a9f6f9a9d2d8fd441241a702f3c4c162aa83c058d4056c076abecb287ed762f

https://github.com/JeffLi1993/springboot-learning-example https://github.com/dyc87112/SpringBoot-Learning

https://github.com/ityouknow/spring-boot-examples https://github.com/roncoo/spring-boot-demo

http:https://www.jianshu.com/nb/17096272 https://github.com/lenve/JavaEETest https://github.com/cmlbeliever/SpringBootLearning https://github.com/chasdream/spring-boot

通过mvn clean package命令打包应用程序 通过命令java -jar target/bookpub-0.0.1-SNAPSHOT.jar运行程序

属性文件是最常见的管理配置属性的方式。Spring Boot 提供的 SpringApplication 类会搜索并加载 application.properties 文件来获取配置属性值。SpringApplication 类会在下面位置搜索该文件。 1、当前目录的“/config”子目录。 2、当前目录。 3、classpath 中的“/config”包。 4、classpath

SpringBoot2学习参考
https://github.com/meteor1993/spring-boot-examples
https://github.com/dyc87112/SpringBoot-Learning
https://github.com/keets2012/Spring-Boot-Samples

SpringBoot和Netty整合
https://crossoverjie.top/2018/05/24/netty/Netty(1)TCP-Heartbeat/
https://github.com/duanwucui/netty-action
/Users/yangzl/git/quickstart-spring-boot/quickstart-spring-boot-netty-action
/Users/yangzl/git/quickstart-spring-boot2/quickstart-spring-netty-action