中泽后端接口
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

基于 Vue/Element UI 和 Spring Boot/Spring Cloud & Alibaba 前后端分离的分布式微服务架构

系统模块

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以上