Go to file
wangiegie@gmail.com 3deeab77c9 【修改】调整认证模块名称 2017-10-28 18:29:48 +08:00
pig-auth-service 【修改】调整认证模块名称 2017-10-28 18:29:48 +08:00
pig-common 【修改】调整认证模块名称 2017-10-28 18:29:48 +08:00
pig-config 【修改】oauth2.0 密码模式认证 2017-10-27 10:53:38 +08:00
pig-demo-service 【新增】将授权模块抽取到网关、由网关做统一的认证 2017-10-28 17:55:13 +08:00
pig-eureka 【修改】oauth2.0 密码模式认证 2017-10-27 10:53:38 +08:00
pig-gateway 【修改】调整认证模块名称 2017-10-28 18:29:48 +08:00
.gitignore 【新增】初始化 2017-10-12 19:54:41 +08:00
LICENSE Initial commit 2017-10-12 16:56:22 +08:00
README.md 【edit】 modify readme 2017-10-12 20:03:57 +08:00
pom.xml 【修改】调整认证模块名称 2017-10-28 18:29:48 +08:00

README.md

what is spring cloud ?

Spring Cloud builds on Spring Boot by providing a bunch of libraries that enhance the behaviour of an application when added to the classpath. You can take advantage of the basic default behaviour to get started really quickly, and then when you need to, you can configure or extend to create a custom solution.

why use spring cloud ?

Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, intelligent routing, micro-proxy, control bus, one-time tokens, global locks, leadership election, distributed sessions, cluster state). Coordination of distributed systems leads to boiler plate patterns, and using Spring Cloud developers can quickly stand up services and applications that implement those patterns. They will work well in any distributed environment, including the developer's own laptop, bare metal data centres, and managed platforms such as Cloud Foundry.