Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/peacetrue/peacetrue-microservice-template

基于 Spring Cloud 的微服务模版
https://github.com/peacetrue/peacetrue-microservice-template

oauth2 springcloud

Last synced: 5 days ago
JSON representation

基于 Spring Cloud 的微服务模版

Awesome Lists containing this project

README

        

= 安宁微服务
安宁
v1.3.0, 2020-07-25: SNAPSHOT

详情参考 https://peacetrue.cn/summarize/peacetrue-microservice-template/index.html[安宁的博客^]。

*线上演示地址如下*:

.https:
* ELK 日志收集: http://peacetrue.cn:5601 ,账号密码:elastic/password
* Zipkin 链路中心: http://peacetrue.cn:9411/zipkin
* 配置中心: https://peacetrue.cn:8888
* 注册中心: https://peacetrue.cn:8761
* https://github.com/codecentric/spring-boot-admin[Admin] 服务端: https://peacetrue.cn:8500
* 认证授权中心: https://peacetrue.cn:8443/uaa
* 资源服务: https://peacetrue.cn:8520
* 内部客户端: https://peacetrue.cn:8530/login
* 接口网关: https://peacetrue.cn
* 外部客户端: https://peacetrue.cn:8531

.http:
* ELK 日志收集: http://peacetrue.cn:5601 ,账号密码:elastic/password
* Zipkin 链路中心: http://peacetrue.cn:9411/zipkin
* 配置中心: http://www.peacetrue.cn:8888
* 注册中心: http://www.peacetrue.cn:8761
* https://github.com/codecentric/spring-boot-admin[Admin] 服务端: http://www.peacetrue.cn:8500
* 认证授权中心: http://www.peacetrue.cn:8443/uaa
* 资源服务: http://www.peacetrue.cn:8520
* 内部客户端: http://www.peacetrue.cn:8530/login
* 接口网关: http://www.peacetrue.cn
* 外部客户端: http://www.peacetrue.cn:8531

如无特殊说明,所有应用账号密码都是:peacetrue/password。

不同于一般的教学类项目,本项目是可实际运行的,解决过其中的各种问题。