diff --git a/.run/ruoyi-monitor-admin.run.xml b/.run/ruoyi-monitor-admin.run.xml index 50218891..942234dc 100644 --- a/.run/ruoyi-monitor-admin.run.xml +++ b/.run/ruoyi-monitor-admin.run.xml @@ -2,7 +2,7 @@ - diff --git a/.run/ruoyi-powerjob-server.run.xml b/.run/ruoyi-powerjob-server.run.xml index 4d960b62..d9741e3f 100644 --- a/.run/ruoyi-powerjob-server.run.xml +++ b/.run/ruoyi-powerjob-server.run.xml @@ -2,7 +2,7 @@ - diff --git a/README.md b/README.md index b00f2ae9..f6058299 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://gitee.com/yixiacoco/ruoyi-tdesign/blob/master/LICENSE) [![使用IntelliJ IDEA开发维护](https://img.shields.io/badge/IntelliJ%20IDEA-提供支持-blue.svg)](https://www.jetbrains.com/?from=ruoyi-tdesign)
-[![ruoyi-tdesign](https://img.shields.io/badge/ruoyi%20tdesign-1.0.5-success.svg)](https://gitee.com/yixiacoco/ruoyi-tdesign) +[![ruoyi-tdesign](https://img.shields.io/badge/ruoyi%20tdesign-1.0.6-success.svg)](https://gitee.com/yixiacoco/ruoyi-tdesign) [![Spring Boot](https://img.shields.io/badge/Spring%20Boot-3.0-blue.svg)]() [![JDK-17](https://img.shields.io/badge/JDK-17-green.svg)]() [![JDK-19](https://img.shields.io/badge/JDK-19-green.svg)]() diff --git a/pom.xml b/pom.xml index 4bea613f..46bb37df 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ ruoyi-tdesign多租户管理系统 - 1.0.5 + 1.0.6 3.1.0 UTF-8 UTF-8 diff --git a/ruoyi-common/ruoyi-common-bom/pom.xml b/ruoyi-common/ruoyi-common-bom/pom.xml index cee27640..05dfa9c3 100644 --- a/ruoyi-common/ruoyi-common-bom/pom.xml +++ b/ruoyi-common/ruoyi-common-bom/pom.xml @@ -13,7 +13,7 @@ - 1.0.5 + 1.0.6 diff --git a/script/docker/docker-compose.yml b/script/docker/docker-compose.yml index 6c84cd35..e9688774 100644 --- a/script/docker/docker-compose.yml +++ b/script/docker/docker-compose.yml @@ -102,7 +102,7 @@ services: network_mode: "host" ruoyi-admin: - image: ruoyi/ruoyi-server:1.0.5 + image: ruoyi/ruoyi-server:1.0.6 container_name: ruoyi-admin environment: # 时区上海 @@ -117,7 +117,7 @@ services: network_mode: "host" ruoyi-server2: - image: ruoyi/ruoyi-server:1.0.5 + image: ruoyi/ruoyi-server:1.0.6 container_name: ruoyi-server2 environment: # 时区上海 @@ -132,7 +132,7 @@ services: network_mode: "host" ruoyi-monitor-admin: - image: ruoyi/ruoyi-monitor-admin:1.0.5 + image: ruoyi/ruoyi-monitor-admin:1.0.6 container_name: ruoyi-monitor-admin environment: # 时区上海 @@ -144,7 +144,7 @@ services: network_mode: "host" ruoyi-powerjob-server: - image: ruoyi/ruoyi-powerjob-server:1.0.5 + image: ruoyi/ruoyi-powerjob-server:1.0.6 container_name: ruoyi-powerjob-server environment: # 时区上海