# springcloud-learning-demos **Repository Path**: lcweng/springcloud-learning-demos ## Basic Information - **Project Name**: springcloud-learning-demos - **Description**: Springcloud学习demo - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## springcloud-learning-demos #### 介绍 本项目记录Springcloud学习过程照猫画虎的一些demo,仅用于学习。 建议业余时间经常查看博文,阅览网上大量的helloworld项目,博采众长,有用的就吸收过来,而不能仅仅是跑起来一个helloworld就满足了! 兄嘚们,一起加油学习,做个快乐的码农ヾ(◍°∇°◍)ノ゙,有宝贵建议欢迎交流@licheng_god@outlook.com。 #### 软件架构 软件架构说明:springcloud全家桶+springboot+maven父子工程+springboot admin,以及其他会顺便学习到的知识。 #### 版本建议 F版本是一个大的版本更新,兼容springboot2.0.x,该版本的组件几乎全部同步变更版本号为2.x。 各个版本之间组件变化不大,但细节略有不同,比如配置项名称、或者新版本增加新的配置方式。 从这一点来看,选择哪个版本都不是大问题,但提醒一下,遇到坑时,最好根据版本进行查询,否则你会发现你找到的办法不行。实际上是版本不匹配。 如果项目需要和其他老项目交叉,以==兼容==为第一要务,可能考虑E版本。 详细版本对应查询[https: //start.spring.io/actuator/info](https://start.spring.io/actuator/info ) 简单版对应(jdk≥1.8): | Springcloud | Springboot | Springboot Admin| | ----- | ----- | |Finchley.x |: 2.0.x |: 2.0.6| |Greenwich.x |: 2.1.x |: 2.1.6| |Hoxton.x |: 2.2.x | : 2.2.1| 本项目使用 springcloud Hoxton.RELEASE+springboot 2.2.3.RELEASE+JDK1.8 示例demo的包空间统一为com.lichenggod.*; #### 官方参考 - [Spring Cloud G版本发布记录](https://github.com/spring-projects/spring-cloud/wiki/Spring-Cloud-Greenwich-Release-Notes) - [Spring Cloud H版本发布记录](https://github.com/spring-projects/spring-cloud/wiki/Spring-Cloud-Hoxton-Release-Notes) - [Spring Boot 参考文档Reference Documentation] https://docs.spring.io/spring-boot/docs/2.2.3.RELEASE/reference/html/index.html - Springcloud全文参考(Spring Cloud https://cloud.spring.io/spring-cloud-static/Greenwich.SR4/multi/multi_spring-cloud.html) - Spring Cloud Hoxton组件参考 https://cloud.spring.io/spring-cloud-static/Hoxton.RELEASE/reference/html/ #### 收录参考 - [Spring Cloud简介以及版本选择 - 沐雨橙风丶 - 博客园](https://www.cnblogs.com/liuchuanfeng/p/7124869.html) - [Spring Boot 2.0正式发布,新特性解读-InfoQ](https://www.infoq.cn/article/spring-boot-2.0-new-feature) - 码云[官方博客](https://blog.gitee.com) - [码云优秀开源项目](https://gitee.com/explore) - [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目