https://github.com/srchen1987/cloud-platform
https://github.com/srchen1987/cloud-platform
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/srchen1987/cloud-platform
- Owner: srchen1987
- Created: 2023-04-20T07:55:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T08:01:43.000Z (about 2 years ago)
- Last Synced: 2025-02-07T03:23:17.637Z (3 months ago)
- Language: Java
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring cloud 搭建的架构
springboot 2.7.10
springcloud 2021.0.5
cloud-platform-api 层放置 entity dto service接口定义
cloud-platform-controller 对外提供接口的聚合层 提供api服务
cloud-platform-service 基础服务层
cloud-platform-lib 项目中一些通用的工具类
开发标准
基础服务不允许调用基础服务
聚合层不允许调用聚合层
代码要规范 要有注释 具体查看 开发规范