1、项目架构目录
API工具类
---commons-parent
------commons-api(api接口统一返回与统一异常处理)
------commons-core(业务通用工具类)
------commons-base(项目通用工具类)
------commons-test(工具类测试)
API网关解决方案
---theme-parent
------theme-common
---------theme-common-gateway-core(网关解决方案)
---------theme-common-gateway-service(服务端解决方案)
------theme-test(网关测试)
微信公众号服务
---com-kevin-weixin
------weixin-service-api(服务端接口)
------weixin-service(服务端接口实现)
后台管理系统服务
---com-kevin-admin
------admin-service-api(服务端接口)
------admin-service(服务端接口实现)
原文地址:https://www.cnblogs.com/kevin-ying/p/12248692.html
时间: 2024-09-27 20:26:07