templates // 静态化模版
com.webstudio
├── webstudio-gateway // 网关模块 [9100]
├── webstudio-auth // 认证中心 [9200]
├── webstudio-api // 接口模块
│ └── webstudio-api-system // 服务间调用接口
├── webstudio-common // 通用模块
│ └── webstudio-common-core // 核心模块
│ └── webstudio-common-datascope // 权限范围
│ └── webstudio-common-datasource // 多数据源
│ └── webstudio-common-log // 日志记录
│ └── webstudio-common-redis // 缓存服务
│ └── webstudio-common-seata // 分布式事务
│ └── webstudio-common-security // 安全模块
│ └── webstudio-common-swagger // swagger在线接口文档
├── webstudio-modules // 业务模块
│ └── webstudio-system // 系统模块
│ └── webstudio-front // 前端页面调用
│ └── webstudio-staticize // 静态化
│ └── webstudio-file // 文件服务
├──pom.xml // 公共依赖
Nacos 配置中心
线上MYSQL版本为8.0,故打包时,切换pom中的mysql.version为8.0以上