# hayes-cloud-architecture **Repository Path**: hayeslin/hayes-cloud-architecture ## Basic Information - **Project Name**: hayes-cloud-architecture - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2021-08-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 2021年 : 祝大家新年快乐,牛年大吉 ## 本项目地址: [码云-快](https://gitee.com/hayeslin/hayes-cloud-architecture) | [GitHub-慢](https://github.com/hayeslin1/hayes-cloud-architecture) ## 项目首页: https://localhost:8080/auth/index ## 架构分布: * nacos : [注册中心](readme/alibaba/readme-nacos.md) * sentinel : [熔断降级](readme/alibaba/readme-sentinel.md) * seata : [事务统一管理](readme/alibaba/readme-seata.md) (未启用,下一版本上线) * hayes-cloud-admin : [项目监控](readme/core/readme-admin.md) * hayes-cloud-gateway : [服务网关](readme/core/readme-gateway.md) * hayes-cloud-auth : [认证中心](readme/core/readme-auth.md) * hayes-cloud-modules : 项目集合 - hayes-cloud-system : [系统管理](readme/modules/readme-system.md) - hayes-cloud-task : [定时任务](readme/modules/readme-task.md) * hayes-cloud-common : 公用 - hayes-cloud-common-core : [基础公用类](readme/common/readme-core.md) - hayes-cloud-common-log : [日志记录](readme/common/readme-log.md) - hayes-cloud-common-security : [鉴权中心](readme/common/readme-security.md) - hayes-cloud-common-swagger : [接口API](readme/common/readme-swagger.md) ## 架构版本: * SpringBoot: 2.2.0.RELEASE * SpringCloud: Hoxton.RELEASE * SpringCloudAlibaba: 2.2.0.RELEASE ## 简介 * 本项目为三个分支: master , single-cloud 和 vue-cloud * single-cloud为前后端一体项目,**准备下版本升级之后弃用**🔛。 * vue-cloud是前后端分离项目,此项目为纯后端。 - 对应的vue前端地址: [码云-快](https://gitee.com/hayeslin/vue-hayes-cloud-architecture) | [GitHub-慢](https://github.com/hayeslin1/vue-hayes-cloud-architecture) ## 拓展 nacos / sentinel / seata 下载: + [拓展下载地址](https://gitee.com/hayeslin/hayes-cloud-architecturer) + 因为nacos官网下载很慢,我特意下载了放在gitee仅供下载 ## Tips: ### Public.jks #### 生成命令: ``` shell script keytool -genkey -alias hayesLin \ -keyalg RSA -keystore root.jks \ -keypass linhuaiyou \ -storepass linhuaiyou \ -validity 365 ``` 提示转换标准密钥库,按照命令操作即可。 #### 解析jks文件内容 ``` keytool -list -v -keystore root.jks -storepass linhuaiyou ```