1 Star 1 Fork 755

GitGemini / spring-cloud-7simple

forked from lzhou / spring-cloud-7simple 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
README.md 917 Bytes
Copy Edit Raw Blame History
lzhou authored 2016-12-23 10:04 . nexus可以换成阿里云的

Spring cloud 7day simple

7simple总共有7个例子,展示了spring cloud的基本用法。


7个例子包括:

  • 1)一个基本的spring boot应用。
  • 2)分布式配置管理服务端
  • 3)分布式配置管理客户端(微服务应用)
  • 4)服务注册服务端
  • 5)服务注册发现客户端(微服务应用)
  • 6)实现spring boot风格的web ui
  • 7)使用docker发布应用

开发环境

  • IDE:myeclipse 10
  • JDK:jdk1.7
  • WINDOWS:mvn 3

使用import导入普通工程即可使用

  • spring boot版本:1.3.5.RELEASE
  • spring cloud版本:Brixton.RELEASE

详细介绍见:http://www.cnblogs.com/skyblog/p/5127712.html

代码中的nexus可以换成阿里云的: http://maven.aliyun.com/nexus/content/groups/public/ 或者在maven里做镜像。



Java
1
https://gitee.com/gejianwei/spring-cloud-7simple.git
git@gitee.com:gejianwei/spring-cloud-7simple.git
gejianwei
spring-cloud-7simple
spring-cloud-7simple
master

Search