支持Docker一键启动微服务前后端

pull/6912/head
JEECG 5 months ago
parent 7b14b5df4a
commit 434d1cca61

@ -107,20 +107,6 @@ Jeecg-Boot低代码开发平台可以应用在任何J2EE项目的开发中
#### 分支说明
> 主干master更稳定如果你对最新技术栈无要求建议采用主干
##### springboot3分支
- 源码地址https://github.com/jeecgboot/JeecgBoot/tree/springboot3
- 架构说明升级Spring Boot3 & JDK 17 + Undertow + springdoc + fastjson2
##### springboot3_sas分支
- 源码地址https://github.com/jeecgboot/JeecgBoot/tree/springboot3_sas
- 架构说明在springboot3分支基础上采用SpringAuthorizationServer替换Shiro
## 微服务解决方案 ## 微服务解决方案
@ -145,7 +131,7 @@ Jeecg-Boot低代码开发平台可以应用在任何J2EE项目的开发中
#### 微服务方式启动 #### 微服务方式启动
- [单体快速切换微服务](https://help.jeecg.com/java/springcloud/switchcloud/monomer.html) - [单体快速切换微服务](https://help.jeecg.com/java/springcloud/switchcloud/monomer.html)
- [Docker启动微服务后台](https://help.jeecg.com/java/docker/springcloud.html) - [Docker一键启动微服务前后端](https://help.jeecg.com/java/docker/quickcloud.html)
#### 微服务架构图 #### 微服务架构图
@ -204,6 +190,20 @@ Jeecg-Boot低代码开发平台可以应用在任何J2EE项目的开发中
### 分支说明
> 主干master更稳定如果你对最新技术栈无要求建议采用主干
#### springboot3分支
- 源码地址https://github.com/jeecgboot/JeecgBoot/tree/springboot3
- 架构说明升级Spring Boot3 & JDK 17 + Undertow + springdoc + fastjson2
#### springboot3_sas分支
- 源码地址https://github.com/jeecgboot/JeecgBoot/tree/springboot3_sas
- 架构说明在springboot3分支基础上采用SpringAuthorizationServer替换Shiro
### 功能模块 ### 功能模块
``` ```
├─Online在线开发(低代码) ├─Online在线开发(低代码)

Loading…
Cancel
Save