二、基于【 springBoot +springCloud+vue 项目】二 || 项目架构目录

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(服务端接口实现)

相关推荐