# quickstart-spring-boot2 **Repository Path**: youngzil/quickstart-spring-boot2 ## Basic Information - **Project Name**: quickstart-spring-boot2 - **Description**: spring-boot2框架 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [quickstart-spring-cloud项目地址](https://github.com/youngzil/quickstart-spring-cloud) [quickstart-spring-clou2项目地址](https://github.com/youngzil/quickstart-spring-cloud2) [quickstart-spring-boot项目地址](https://github.com/youngzil/quickstart-spring-boot) [quickstart-spring-boot2项目地址](https://github.com/youngzil/quickstart-spring-boot2) [Spring Boot官网](https://spring.io/projects/spring-boot) [Spring Boot Github](https://github.com/spring-projects/spring-boot) [Spring项目创建](http://start.spring.io/) [Spring Cloud官网](https://spring.io/projects/spring-cloud) [Spring Cloud Github](https://github.com/spring-cloud) [Spring Cloud Samples](https://github.com/spring-cloud-samples) [Spring Cloud中国社区](http://springcloud.cn/) [Spring Cloud中文网](https://www.springcloud.cc/) 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://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