diff --git a/README.md b/README.md
index 453bb31c..fbe19dc2 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
[](https://gitee.com/JavaLionLi/RuoYi-Cloud-Plus/blob/master/LICENSE)
[](https://www.jetbrains.com/?from=RuoYi-Cloud-Plus)
-[](https://gitee.com/JavaLionLi/RuoYi-Cloud-Plus)
+[](https://gitee.com/JavaLionLi/RuoYi-Cloud-Plus)
[]()
[]()
[]()
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml
index 22bd469c..b5055368 100644
--- a/docker/docker-compose.yml
+++ b/docker/docker-compose.yml
@@ -101,7 +101,7 @@ services:
network_mode: "host"
seata-server:
- image: ruoyi/ruoyi-seata-server:1.0.0
+ image: ruoyi/ruoyi-seata-server:1.1.0
container_name: seata-server
ports:
- "7091:7091"
@@ -138,7 +138,7 @@ services:
network_mode: "host"
sentinel:
- image: ruoyi/ruoyi-sentinel-dashboard:1.0.0
+ image: ruoyi/ruoyi-sentinel-dashboard:1.1.0
container_name: sentinel
environment:
TZ: Asia/Shanghai
@@ -151,7 +151,7 @@ services:
network_mode: "host"
ruoyi-monitor-admin:
- image: ruoyi/ruoyi-monitor:1.0.0
+ image: ruoyi/ruoyi-monitor:1.1.0
container_name: ruoyi-monitor
environment:
# 时区上海
@@ -165,7 +165,7 @@ services:
network_mode: "host"
ruoyi-xxl-job-admin:
- image: ruoyi/ruoyi-xxl-job-admin:1.0.0
+ image: ruoyi/ruoyi-xxl-job-admin:1.1.0
container_name: ruoyi-xxl-job-admin
environment:
# 时区上海
@@ -179,7 +179,7 @@ services:
network_mode: "host"
ruoyi-gateway:
- image: ruoyi/ruoyi-gateway:1.0.0
+ image: ruoyi/ruoyi-gateway:1.1.0
container_name: ruoyi-gateway
environment:
# 时区上海
@@ -193,7 +193,7 @@ services:
network_mode: "host"
ruoyi-auth:
- image: ruoyi/ruoyi-auth:1.0.0
+ image: ruoyi/ruoyi-auth:1.1.0
container_name: ruoyi-auth
environment:
# 时区上海
@@ -207,7 +207,7 @@ services:
network_mode: "host"
ruoyi-system:
- image: ruoyi/ruoyi-system:1.0.0
+ image: ruoyi/ruoyi-system:1.1.0
container_name: ruoyi-system
environment:
# 时区上海
@@ -221,7 +221,7 @@ services:
network_mode: "host"
ruoyi-gen:
- image: ruoyi/ruoyi-gen:1.0.0
+ image: ruoyi/ruoyi-gen:1.1.0
container_name: ruoyi-gen
environment:
# 时区上海
@@ -235,7 +235,7 @@ services:
network_mode: "host"
ruoyi-job:
- image: ruoyi/ruoyi-job:1.0.0
+ image: ruoyi/ruoyi-job:1.1.0
container_name: ruoyi-job
environment:
# 时区上海
@@ -249,7 +249,7 @@ services:
network_mode: "host"
ruoyi-resource:
- image: ruoyi/ruoyi-resource:1.0.0
+ image: ruoyi/ruoyi-resource:1.1.0
container_name: ruoyi-resource
environment:
# 时区上海
diff --git a/ruoyi-api/pom.xml b/ruoyi-api/pom.xml
index ccd0f33c..a62e5e38 100644
--- a/ruoyi-api/pom.xml
+++ b/ruoyi-api/pom.xml
@@ -4,7 +4,7 @@
com.ruoyi
ruoyi-cloud-plus
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-api/ruoyi-api-bom/pom.xml b/ruoyi-api/ruoyi-api-bom/pom.xml
index 03d365a6..e3d094ad 100644
--- a/ruoyi-api/ruoyi-api-bom/pom.xml
+++ b/ruoyi-api/ruoyi-api-bom/pom.xml
@@ -8,7 +8,7 @@
com.ruoyi
ruoyi-api-bom
pom
- 1.0.0
+ 1.1.0
ruoyi-api-bom api依赖项
diff --git a/ruoyi-api/ruoyi-api-resource/pom.xml b/ruoyi-api/ruoyi-api-resource/pom.xml
index ba343cc7..b65e17a2 100644
--- a/ruoyi-api/ruoyi-api-resource/pom.xml
+++ b/ruoyi-api/ruoyi-api-resource/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-api
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-api/ruoyi-api-system/pom.xml b/ruoyi-api/ruoyi-api-system/pom.xml
index b54a19bc..1fb9562b 100644
--- a/ruoyi-api/ruoyi-api-system/pom.xml
+++ b/ruoyi-api/ruoyi-api-system/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-api
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-auth/pom.xml b/ruoyi-auth/pom.xml
index d297a7df..9edc486e 100644
--- a/ruoyi-auth/pom.xml
+++ b/ruoyi-auth/pom.xml
@@ -4,7 +4,7 @@
com.ruoyi
ruoyi-cloud-plus
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 117a8f0e..9393a819 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -4,7 +4,7 @@
com.ruoyi
ruoyi-cloud-plus
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-alibaba-bom/pom.xml b/ruoyi-common/ruoyi-common-alibaba-bom/pom.xml
index 90795517..a493323a 100644
--- a/ruoyi-common/ruoyi-common-alibaba-bom/pom.xml
+++ b/ruoyi-common/ruoyi-common-alibaba-bom/pom.xml
@@ -6,7 +6,7 @@
com.ruoyi
ruoyi-common-alibaba-bom
- 1.0.0
+ 1.1.0
pom
diff --git a/ruoyi-common/ruoyi-common-bom/pom.xml b/ruoyi-common/ruoyi-common-bom/pom.xml
index e1179cf5..facec9d4 100644
--- a/ruoyi-common/ruoyi-common-bom/pom.xml
+++ b/ruoyi-common/ruoyi-common-bom/pom.xml
@@ -6,7 +6,7 @@
com.ruoyi
ruoyi-common-bom
- 1.0.0
+ 1.1.0
pom
diff --git a/ruoyi-common/ruoyi-common-core/pom.xml b/ruoyi-common/ruoyi-common-core/pom.xml
index ed437331..b97fd3db 100644
--- a/ruoyi-common/ruoyi-common-core/pom.xml
+++ b/ruoyi-common/ruoyi-common-core/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-common
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-dict/pom.xml b/ruoyi-common/ruoyi-common-dict/pom.xml
index ee22b622..dd72439b 100644
--- a/ruoyi-common/ruoyi-common-dict/pom.xml
+++ b/ruoyi-common/ruoyi-common-dict/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-common
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-dubbo/pom.xml b/ruoyi-common/ruoyi-common-dubbo/pom.xml
index de91e325..fbf49661 100644
--- a/ruoyi-common/ruoyi-common-dubbo/pom.xml
+++ b/ruoyi-common/ruoyi-common-dubbo/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-common
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-excel/pom.xml b/ruoyi-common/ruoyi-common-excel/pom.xml
index e590abbd..e4493a58 100644
--- a/ruoyi-common/ruoyi-common-excel/pom.xml
+++ b/ruoyi-common/ruoyi-common-excel/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-common
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-job/pom.xml b/ruoyi-common/ruoyi-common-job/pom.xml
index c5585e86..ba01ba42 100644
--- a/ruoyi-common/ruoyi-common-job/pom.xml
+++ b/ruoyi-common/ruoyi-common-job/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-common
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-loadbalancer/pom.xml b/ruoyi-common/ruoyi-common-loadbalancer/pom.xml
index 16de4ebe..2b8f2cd5 100644
--- a/ruoyi-common/ruoyi-common-loadbalancer/pom.xml
+++ b/ruoyi-common/ruoyi-common-loadbalancer/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-common
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-log/pom.xml b/ruoyi-common/ruoyi-common-log/pom.xml
index da953f7c..2ae4a53e 100644
--- a/ruoyi-common/ruoyi-common-log/pom.xml
+++ b/ruoyi-common/ruoyi-common-log/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-common
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-mybatis/pom.xml b/ruoyi-common/ruoyi-common-mybatis/pom.xml
index 893c3251..571f26f8 100644
--- a/ruoyi-common/ruoyi-common-mybatis/pom.xml
+++ b/ruoyi-common/ruoyi-common-mybatis/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-common
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-oss/pom.xml b/ruoyi-common/ruoyi-common-oss/pom.xml
index 37d56a14..a0c371e0 100644
--- a/ruoyi-common/ruoyi-common-oss/pom.xml
+++ b/ruoyi-common/ruoyi-common-oss/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-common
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-redis/pom.xml b/ruoyi-common/ruoyi-common-redis/pom.xml
index 78ddebce..d5a77b64 100644
--- a/ruoyi-common/ruoyi-common-redis/pom.xml
+++ b/ruoyi-common/ruoyi-common-redis/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-common
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-satoken/pom.xml b/ruoyi-common/ruoyi-common-satoken/pom.xml
index c41458f0..575ad2c4 100644
--- a/ruoyi-common/ruoyi-common-satoken/pom.xml
+++ b/ruoyi-common/ruoyi-common-satoken/pom.xml
@@ -4,7 +4,7 @@
com.ruoyi
ruoyi-common
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-seata/pom.xml b/ruoyi-common/ruoyi-common-seata/pom.xml
index 53c45e52..2d0f83df 100644
--- a/ruoyi-common/ruoyi-common-seata/pom.xml
+++ b/ruoyi-common/ruoyi-common-seata/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-common
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-security/pom.xml b/ruoyi-common/ruoyi-common-security/pom.xml
index 4908e274..1cbac92b 100644
--- a/ruoyi-common/ruoyi-common-security/pom.xml
+++ b/ruoyi-common/ruoyi-common-security/pom.xml
@@ -4,7 +4,7 @@
com.ruoyi
ruoyi-common
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-swagger/pom.xml b/ruoyi-common/ruoyi-common-swagger/pom.xml
index d7959ada..0bea8f34 100644
--- a/ruoyi-common/ruoyi-common-swagger/pom.xml
+++ b/ruoyi-common/ruoyi-common-swagger/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-common
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-common/ruoyi-common-web/pom.xml b/ruoyi-common/ruoyi-common-web/pom.xml
index 9738b8d7..ad152ee6 100644
--- a/ruoyi-common/ruoyi-common-web/pom.xml
+++ b/ruoyi-common/ruoyi-common-web/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-common
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-gateway/pom.xml b/ruoyi-gateway/pom.xml
index 01dc6b67..34999ba4 100644
--- a/ruoyi-gateway/pom.xml
+++ b/ruoyi-gateway/pom.xml
@@ -4,7 +4,7 @@
com.ruoyi
ruoyi-cloud-plus
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-modules/pom.xml b/ruoyi-modules/pom.xml
index d0263f8f..b306ea6f 100644
--- a/ruoyi-modules/pom.xml
+++ b/ruoyi-modules/pom.xml
@@ -4,7 +4,7 @@
com.ruoyi
ruoyi-cloud-plus
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-modules/ruoyi-gen/pom.xml b/ruoyi-modules/ruoyi-gen/pom.xml
index 455696b9..8f9edf66 100644
--- a/ruoyi-modules/ruoyi-gen/pom.xml
+++ b/ruoyi-modules/ruoyi-gen/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-modules
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-modules/ruoyi-job/pom.xml b/ruoyi-modules/ruoyi-job/pom.xml
index 17279c5e..48dbb4d0 100644
--- a/ruoyi-modules/ruoyi-job/pom.xml
+++ b/ruoyi-modules/ruoyi-job/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-modules
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-modules/ruoyi-resource/pom.xml b/ruoyi-modules/ruoyi-resource/pom.xml
index b3043b4e..4fbcb167 100644
--- a/ruoyi-modules/ruoyi-resource/pom.xml
+++ b/ruoyi-modules/ruoyi-resource/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-modules
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-modules/ruoyi-system/pom.xml b/ruoyi-modules/ruoyi-system/pom.xml
index 2d5e0450..6ea4b106 100644
--- a/ruoyi-modules/ruoyi-system/pom.xml
+++ b/ruoyi-modules/ruoyi-system/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-modules
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json
index 397aa2a6..22d736fe 100644
--- a/ruoyi-ui/package.json
+++ b/ruoyi-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "ruoyi-cloud-plus",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "RuoYi-Cloud-Plus后台管理系统",
"author": "Lion Li",
"license": "MIT",
diff --git a/ruoyi-ui/src/views/index.vue b/ruoyi-ui/src/views/index.vue
index d49e8bd4..d3dfff4f 100644
--- a/ruoyi-ui/src/views/index.vue
+++ b/ruoyi-ui/src/views/index.vue
@@ -154,7 +154,7 @@ export default {
data() {
return {
// 版本号
- version: "1.0.0",
+ version: "1.1.0",
};
},
methods: {
diff --git a/ruoyi-visual/pom.xml b/ruoyi-visual/pom.xml
index 1c2dd071..d0473741 100644
--- a/ruoyi-visual/pom.xml
+++ b/ruoyi-visual/pom.xml
@@ -4,7 +4,7 @@
com.ruoyi
ruoyi-cloud-plus
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-visual/ruoyi-doc/pom.xml b/ruoyi-visual/ruoyi-doc/pom.xml
index f23ed9eb..8a1118bf 100644
--- a/ruoyi-visual/ruoyi-doc/pom.xml
+++ b/ruoyi-visual/ruoyi-doc/pom.xml
@@ -5,7 +5,7 @@
com.ruoyi
ruoyi-visual
- 1.0.0
+ 1.1.0
ruoyi-doc
jar
diff --git a/ruoyi-visual/ruoyi-monitor/pom.xml b/ruoyi-visual/ruoyi-monitor/pom.xml
index 41155369..b056e0f8 100644
--- a/ruoyi-visual/ruoyi-monitor/pom.xml
+++ b/ruoyi-visual/ruoyi-monitor/pom.xml
@@ -4,7 +4,7 @@
com.ruoyi
ruoyi-visual
- 1.0.0
+ 1.1.0
4.0.0
diff --git a/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml b/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml
index 2d98da12..2b704349 100644
--- a/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml
+++ b/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml
@@ -6,7 +6,7 @@
com.ruoyi
ruoyi-visual
- 1.0.0
+ 1.1.0
ruoyi-sentinel-dashboard
diff --git a/ruoyi-visual/ruoyi-sentinel-dashboard/src/main/webapp/resources/package.json b/ruoyi-visual/ruoyi-sentinel-dashboard/src/main/webapp/resources/package.json
index b62fb328..9c9b7fef 100644
--- a/ruoyi-visual/ruoyi-sentinel-dashboard/src/main/webapp/resources/package.json
+++ b/ruoyi-visual/ruoyi-sentinel-dashboard/src/main/webapp/resources/package.json
@@ -1,6 +1,6 @@
{
"name": "sentinel-dashboard",
- "version": "1.0.0",
+ "version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {