中泽后端接口
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
liqi b7e0fa6e93 卡文后台管理提交 4 个月前
.github Initial commit 5 个月前
bin Initial commit 5 个月前
driver Initial commit 5 个月前
html 卡文后台管理提交 4 个月前
templates 卡文后台管理提交 4 个月前
webstudio-api 卡文后台管理首次提交 5 个月前
webstudio-auth 卡文后台管理提交 4 个月前
webstudio-common 卡文后台管理提交 4 个月前
webstudio-gateway 卡文后台管理提交 4 个月前
webstudio-modules 卡文后台管理提交 4 个月前
.gitignore Initial commit 5 个月前
LICENSE Initial commit 5 个月前
README.md 卡文后台管理提交 4 个月前
pom.xml 卡文后台管理提交 4 个月前

README.md

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