diff --git a/README.md b/README.md
index 448926cd2cb362d0ff2b3928a615372603bba1cc..7d9671ec8a9dcedb0b537f4030c44d926361031f 100644
--- a/README.md
+++ b/README.md
@@ -9,13 +9,13 @@
-
+
-
-
-
+
+
+
diff --git a/configurations/backup/alibaba/3.5.6.3/nacos_config_export_20251010223156.zip b/configurations/backup/alibaba/3.5.7.1/nacos_config_export_20251010223156.zip
similarity index 100%
rename from configurations/backup/alibaba/3.5.6.3/nacos_config_export_20251010223156.zip
rename to configurations/backup/alibaba/3.5.7.1/nacos_config_export_20251010223156.zip
diff --git a/configurations/backup/tencent/3.5.6.3/polaris_config_202405311904.zip b/configurations/backup/tencent/3.5.7.1/polaris_config_202405311904.zip
similarity index 100%
rename from configurations/backup/tencent/3.5.6.3/polaris_config_202405311904.zip
rename to configurations/backup/tencent/3.5.7.1/polaris_config_202405311904.zip
diff --git a/configurations/docker/context/development/Dockerfile b/configurations/docker/context/development/Dockerfile
index e23f4577f2b00b358f1ea5c755dafb192915cd2c..944a231aa62ebd060f944bbd8f2f88a89dcb9909 100644
--- a/configurations/docker/context/development/Dockerfile
+++ b/configurations/docker/context/development/Dockerfile
@@ -9,7 +9,7 @@
### 在 debian 下则没有这问题。以目前了解的情况看,猜测 alpine 下,为了缩小体系,缺失的内容应该不只是字体库,还有其它内容。
### 当然也可能是个人能力有限,一直没有找到正确解决的办法。如果你有更好的解决办法,欢迎提 ISSUE 和 PR。
-FROM quay.io/herodotus-cloud/liberica-openjre-debian17.0.17-11
+FROM quay.io/herodotus-cloud/liberica-openjre-debian:17.0.17-11-cds
# 作者
LABEL maintainer="herodotus@aliyun.com"
diff --git a/configurations/docker/context/development/Dockerfile-Monitor b/configurations/docker/context/development/Dockerfile-Monitor
index 8c301caf240f764b2efacca4801902cdc9a02426..68d354c8a0dccfac19ca894f374988f47d9c3a16 100644
--- a/configurations/docker/context/development/Dockerfile-Monitor
+++ b/configurations/docker/context/development/Dockerfile-Monitor
@@ -9,7 +9,7 @@
### 在 debian 下则没有这问题。以目前了解的情况看,猜测 alpine 下,为了缩小体系,缺失的内容应该不只是字体库,还有其它内容。
### 当然也可能是个人能力有限,一直没有找到正确解决的办法。如果你有更好的解决办法,欢迎提 ISSUE 和 PR。
-FROM quay.io/herodotus-cloud/liberica-openjre-debian17.0.17-11
+FROM quay.io/herodotus-cloud/liberica-openjre-debian:17.0.17-11-cds
#FROM openjdk:17-jdk
# 作者
LABEL maintainer="herodotus@aliyun.com"
diff --git a/configurations/docker/context/production/Dockerfile b/configurations/docker/context/production/Dockerfile
index ba5ffd723ecb12db5ed13addc7069ee3bc328156..f9ab0169cc8fc73801d1878fa07271587a55aff6 100644
--- a/configurations/docker/context/production/Dockerfile
+++ b/configurations/docker/context/production/Dockerfile
@@ -9,7 +9,7 @@
### 在 debian 下则没有这问题。以目前了解的情况看,猜测 alpine 下,为了缩小体系,缺失的内容应该不只是字体库,还有其它内容。
### 当然也可能是个人能力有限,一直没有找到正确解决的办法。如果你有更好的解决办法,欢迎提 ISSUE 和 PR。
-FROM quay.io/herodotus-cloud/liberica-openjre-debian17.0.17-11
+FROM quay.io/herodotus-cloud/liberica-openjre-debian:17.0.17-11-cds
# 作者
LABEL maintainer="herodotus@aliyun.com"
diff --git a/configurations/docker/context/production/Dockerfile-Monitor b/configurations/docker/context/production/Dockerfile-Monitor
index 8c301caf240f764b2efacca4801902cdc9a02426..68d354c8a0dccfac19ca894f374988f47d9c3a16 100644
--- a/configurations/docker/context/production/Dockerfile-Monitor
+++ b/configurations/docker/context/production/Dockerfile-Monitor
@@ -9,7 +9,7 @@
### 在 debian 下则没有这问题。以目前了解的情况看,猜测 alpine 下,为了缩小体系,缺失的内容应该不只是字体库,还有其它内容。
### 当然也可能是个人能力有限,一直没有找到正确解决的办法。如果你有更好的解决办法,欢迎提 ISSUE 和 PR。
-FROM quay.io/herodotus-cloud/liberica-openjre-debian17.0.17-11
+FROM quay.io/herodotus-cloud/liberica-openjre-debian:17.0.17-11-cds
#FROM openjdk:17-jdk
# 作者
LABEL maintainer="herodotus@aliyun.com"
diff --git a/configurations/docker/docker-compose/linux/herodotus/.env b/configurations/docker/docker-compose/linux/herodotus/.env
index 9e0d84543de028b3c91c0c4b80e969d86b0fb433..ccfd89edb3cfe46e2348ba2399ed01f9c82582d3 100644
--- a/configurations/docker/docker-compose/linux/herodotus/.env
+++ b/configurations/docker/docker-compose/linux/herodotus/.env
@@ -1,4 +1,4 @@
-VERSION=3.5.7.0
+VERSION=3.5.7.1
SPRING_PROFILES_ACTIVE=alibaba
PROFILE=development
DATABASE=postgresql
diff --git a/configurations/docker/docker-compose/linux/herodotus/env.full.debezium.yml b/configurations/docker/docker-compose/linux/herodotus/env.full.debezium.yml
index 170ed1d2b4a8aa03fe88645731b2088e88ae2910..c23cd532f58cb2f5ed9503f49437afdfbfeb4881 100644
--- a/configurations/docker/docker-compose/linux/herodotus/env.full.debezium.yml
+++ b/configurations/docker/docker-compose/linux/herodotus/env.full.debezium.yml
@@ -34,7 +34,7 @@ services:
- "9849:9849"
zookeeper:
- image: debezium/zookeeper:3.2
+ image: debezium/zookeeper:3.3
container_name: zookeeper
hostname: zookeeper
restart: always
@@ -46,7 +46,7 @@ services:
- "3888:3888"
kafka:
- image: debezium/kafka:3.2
+ image: debezium/kafka:3.3
container_name: kafka
hostname: kafka
restart: always
@@ -65,7 +65,7 @@ services:
- zookeeper
connect:
- image: debezium/connect:3.2
+ image: debezium/connect:3.3
container_name: connect
hostname: connect
restart: always
diff --git a/configurations/docker/docker-compose/linux/herodotus/env.full.tencent.yml b/configurations/docker/docker-compose/linux/herodotus/env.full.tencent.yml
index bf8f712c6fe1a4d45041f3fb6a5661e7a3c2db22..986ee461135b11f605fb3d286a4c1b2a730cf1d3 100644
--- a/configurations/docker/docker-compose/linux/herodotus/env.full.tencent.yml
+++ b/configurations/docker/docker-compose/linux/herodotus/env.full.tencent.yml
@@ -15,7 +15,7 @@ services:
- "9091:9091"
zookeeper:
- image: debezium/zookeeper:3.2
+ image: debezium/zookeeper:3.3
container_name: zookeeper
hostname: zookeeper
environment:
@@ -26,7 +26,7 @@ services:
- "3888:3888"
kafka:
- image: debezium/kafka:3.2
+ image: debezium/kafka:3.3
container_name: kafka
hostname: kafka
ports:
diff --git a/configurations/docker/docker-compose/windows/herodotus/.env b/configurations/docker/docker-compose/windows/herodotus/.env
index ae7f9fbd95c8c7ca7da3fe2ebe4845aedded4d7a..bb3fc1b9a1030b60fe1c785ae8ee43285f2f32ff 100644
--- a/configurations/docker/docker-compose/windows/herodotus/.env
+++ b/configurations/docker/docker-compose/windows/herodotus/.env
@@ -1,4 +1,4 @@
-VERSION=3.5.7.0
+VERSION=3.5.7.1
SPRING_PROFILES_ACTIVE=alibaba
PROFILE=development
DATABASE=postgresql
diff --git a/configurations/docker/docker-compose/windows/herodotus/env.full.debezium.yml b/configurations/docker/docker-compose/windows/herodotus/env.full.debezium.yml
index 1f317dd05b6ba6d92b797c352b615bc1eb9bd98d..2bd79853e0cf5f9e52500aff11d92b1bf25bb6ff 100644
--- a/configurations/docker/docker-compose/windows/herodotus/env.full.debezium.yml
+++ b/configurations/docker/docker-compose/windows/herodotus/env.full.debezium.yml
@@ -34,7 +34,7 @@ services:
- "9849:9849"
zookeeper:
- image: debezium/zookeeper:3.2
+ image: debezium/zookeeper:3.3
container_name: zookeeper
hostname: zookeeper
restart: always
@@ -46,7 +46,7 @@ services:
- "3888:3888"
kafka:
- image: debezium/kafka:3.2
+ image: debezium/kafka:3.3
container_name: kafka
hostname: kafka
restart: always
@@ -65,7 +65,7 @@ services:
- zookeeper
connect:
- image: debezium/connect:3.2
+ image: debezium/connect:3.3
container_name: connect
hostname: connect
restart: always
diff --git a/configurations/docker/docker-compose/windows/herodotus/env.full.tencent.yml b/configurations/docker/docker-compose/windows/herodotus/env.full.tencent.yml
index b9279963f88e080713ca5800f8335986e03b8d3b..648f18c3274e3d79c919b4a27b22bcf0cc3bd82d 100644
--- a/configurations/docker/docker-compose/windows/herodotus/env.full.tencent.yml
+++ b/configurations/docker/docker-compose/windows/herodotus/env.full.tencent.yml
@@ -15,7 +15,7 @@ services:
- "9091:9091"
zookeeper:
- image: debezium/zookeeper:3.2
+ image: debezium/zookeeper:3.3
container_name: zookeeper
environment:
ZOOKEEPER_SERVER_ID: 1
@@ -25,7 +25,7 @@ services:
- "3888:3888"
kafka:
- image: debezium/kafka:3.2
+ image: debezium/kafka:3.3
container_name: kafka
ports:
- "9092:9092"
diff --git a/dependencies/pom.xml b/dependencies/pom.xml
index 2c269350d9bec2bd40ac4f4dadcb7fc433d7cd29..d2c62f61722676138080ffa15187a8390815619d 100644
--- a/dependencies/pom.xml
+++ b/dependencies/pom.xml
@@ -28,7 +28,7 @@
cn.herodotus.engine
dependencies
- 3.5.7.0
+ 3.5.7.1
diff --git a/modules/dante-module-common/pom.xml b/modules/dante-module-common/pom.xml
index b919cb611e0f4a6b3e1a125c66524599c34a4ebd..5bc4d40f0c3862180b514b74c3d1879fb7c5b9cb 100644
--- a/modules/dante-module-common/pom.xml
+++ b/modules/dante-module-common/pom.xml
@@ -32,7 +32,7 @@
modules
org.dromara.dante
- 3.5.7.0
+ 3.5.7.1
dante-module-common
diff --git a/modules/dante-monomer-autoconfigure/pom.xml b/modules/dante-monomer-autoconfigure/pom.xml
index 6de89f1f306803b87a24512808d4da9e641a950f..097cf3801b1e90f4be797a0894d5319d62413c1c 100644
--- a/modules/dante-monomer-autoconfigure/pom.xml
+++ b/modules/dante-monomer-autoconfigure/pom.xml
@@ -27,7 +27,7 @@
org.dromara.dante
modules
- 3.5.7.0
+ 3.5.7.1
dante-monomer-autoconfigure
diff --git a/modules/pom.xml b/modules/pom.xml
index 49d0e414fc6b22d52788e6b91357e1276f9ef2e9..91d7eaf0c7e571e4294dc713120e325bfe930e3d 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -32,7 +32,7 @@
dante-cloud
org.dromara.dante
- 3.5.7.0
+ 3.5.7.1
modules
diff --git a/packages/authentication-spring-boot-starter/pom.xml b/packages/authentication-spring-boot-starter/pom.xml
index 99d59b6ac95e7333c817c04c47b7c6b76cd7506f..6eff8c7c4dc30f0c8f89658eaa0206c20211804c 100644
--- a/packages/authentication-spring-boot-starter/pom.xml
+++ b/packages/authentication-spring-boot-starter/pom.xml
@@ -32,7 +32,7 @@
packages
org.dromara.dante
- 3.5.7.0
+ 3.5.7.1
authentication-spring-boot-starter
diff --git a/packages/authorization-servlet-spring-boot-starter/pom.xml b/packages/authorization-servlet-spring-boot-starter/pom.xml
index 53b043af408f1b578cf04d006edb60abfbb5640d..bad1967b6606c58215a6131543da0b36d260a18b 100644
--- a/packages/authorization-servlet-spring-boot-starter/pom.xml
+++ b/packages/authorization-servlet-spring-boot-starter/pom.xml
@@ -32,7 +32,7 @@
packages
org.dromara.dante
- 3.5.7.0
+ 3.5.7.1
authorization-servlet-spring-boot-starter
diff --git a/packages/facility-spring-boot-starter/pom.xml b/packages/facility-spring-boot-starter/pom.xml
index 84c594e988b656c55a7c9fe5d9093b2b8a4447a7..b06ba70980c2be0c542a4d693980831ef4177a1c 100644
--- a/packages/facility-spring-boot-starter/pom.xml
+++ b/packages/facility-spring-boot-starter/pom.xml
@@ -30,7 +30,7 @@
packages
org.dromara.dante
- 3.5.7.0
+ 3.5.7.1
4.0.0
diff --git a/packages/pom.xml b/packages/pom.xml
index a8150f9231c6a8ed77fca17dc6d6ded06dcfd99b..6ca97ff4a83e055c1b3199d79c1906d47735066d 100644
--- a/packages/pom.xml
+++ b/packages/pom.xml
@@ -32,7 +32,7 @@
dante-cloud
org.dromara.dante
- 3.5.7.0
+ 3.5.7.1
packages
diff --git a/packages/rpc-client-uaa-spring-boot-starter/pom.xml b/packages/rpc-client-uaa-spring-boot-starter/pom.xml
index 83096f3d96b3197e50b46f40ac835005961c17c7..4e1d17d69cafc8ef44180aa0a321b728ac8b6d1f 100644
--- a/packages/rpc-client-uaa-spring-boot-starter/pom.xml
+++ b/packages/rpc-client-uaa-spring-boot-starter/pom.xml
@@ -31,7 +31,7 @@
org.dromara.dante
packages
- 3.5.7.0
+ 3.5.7.1
rpc-client-uaa-spring-boot-starter
diff --git a/packages/rpc-server-upms-spring-boot-starter/pom.xml b/packages/rpc-server-upms-spring-boot-starter/pom.xml
index 63a46cccfffac98f05c4ccc09637496053f65fb6..eda6bb134a2ef4837d3ff005a9648afcdca30290 100644
--- a/packages/rpc-server-upms-spring-boot-starter/pom.xml
+++ b/packages/rpc-server-upms-spring-boot-starter/pom.xml
@@ -31,7 +31,7 @@
org.dromara.dante
packages
- 3.5.7.0
+ 3.5.7.1
rpc-server-upms-spring-boot-starter
diff --git a/platform/dante-cloud-gateway/pom.xml b/platform/dante-cloud-gateway/pom.xml
index 28826dc12b5813fc0466be134d1bf1e45fea4106..cc244e99d52d8a8ccb05f854735698969c203368 100644
--- a/platform/dante-cloud-gateway/pom.xml
+++ b/platform/dante-cloud-gateway/pom.xml
@@ -32,7 +32,7 @@
platform
org.dromara.dante
- 3.5.7.0
+ 3.5.7.1
dante-cloud-gateway
diff --git a/platform/dante-cloud-message/pom.xml b/platform/dante-cloud-message/pom.xml
index 2d3550a60922c591573e29b500b7f5a2b80b4c5f..73344a6beb92b74473dbb61aaab2243119a703f3 100644
--- a/platform/dante-cloud-message/pom.xml
+++ b/platform/dante-cloud-message/pom.xml
@@ -31,7 +31,7 @@
org.dromara.dante
platform
- 3.5.7.0
+ 3.5.7.1
dante-cloud-message
diff --git a/platform/dante-cloud-monitor/pom.xml b/platform/dante-cloud-monitor/pom.xml
index f7a8906680a5e6c54c79278184cb658cfa75631d..5be022aa599020d6d7e0a738258ec1f064e2da6f 100644
--- a/platform/dante-cloud-monitor/pom.xml
+++ b/platform/dante-cloud-monitor/pom.xml
@@ -30,11 +30,11 @@
platform
org.dromara.dante
- 3.5.7.0
+ 3.5.7.1
dante-cloud-monitor
- 3.5.7.0
+ 3.5.7.1
dante-cloud-monitor
dante-cloud-monitor
diff --git a/platform/dante-cloud-uaa/pom.xml b/platform/dante-cloud-uaa/pom.xml
index bc2b4f82f27372d3d1d07be7c01408eeeefcd84e..ba41b4ff3f6f8e98009802568db7d81716c3f2f1 100644
--- a/platform/dante-cloud-uaa/pom.xml
+++ b/platform/dante-cloud-uaa/pom.xml
@@ -32,7 +32,7 @@
platform
org.dromara.dante
- 3.5.7.0
+ 3.5.7.1
dante-cloud-uaa
diff --git a/platform/dante-cloud-upms/pom.xml b/platform/dante-cloud-upms/pom.xml
index 7117b3800e5f09e36df96b8f1c80487603d6fc75..26ef66064e8a7e83dcea57a45d475508f5de7894 100644
--- a/platform/dante-cloud-upms/pom.xml
+++ b/platform/dante-cloud-upms/pom.xml
@@ -30,12 +30,12 @@
platform
org.dromara.dante
- 3.5.7.0
+ 3.5.7.1
4.0.0
dante-cloud-upms
- 3.5.7.0
+ 3.5.7.1
diff --git a/platform/pom.xml b/platform/pom.xml
index 693dc32f74bb8613aadf71734bb45aa8fa6e70ea..7b36a2ca20cac017fad09fd71d7a33a794c76265 100644
--- a/platform/pom.xml
+++ b/platform/pom.xml
@@ -32,7 +32,7 @@
dante-cloud
org.dromara.dante
- 3.5.7.0
+ 3.5.7.1
platform
diff --git a/pom.xml b/pom.xml
index c56510ff9ac7e3d1b6a1891ba544ebfbd8d74b5d..5fa0adae8d228fe292e19a330a8e90da7d2f20c0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
org.dromara.dante
dependencies
- 3.5.7.0
+ 3.5.7.1
dependencies/pom.xml
diff --git a/services/dante-cloud-bpmn-ability/pom.xml b/services/dante-cloud-bpmn-ability/pom.xml
index af40dad48101f0e1399b7514bab3d91505a61b07..fa2093b4cba706e93e0d1ba085f85d529f3485a9 100644
--- a/services/dante-cloud-bpmn-ability/pom.xml
+++ b/services/dante-cloud-bpmn-ability/pom.xml
@@ -31,11 +31,11 @@
services
org.dromara.dante
- 3.5.7.0
+ 3.5.7.1
dante-cloud-bpmn-ability
- 3.5.7.0
+ 3.5.7.1
dante-cloud-bpmn-ability
基于Camunda工作流的服务
diff --git a/services/dante-cloud-bpmn-logic/pom.xml b/services/dante-cloud-bpmn-logic/pom.xml
index 8d5d8272f45452185dfbacb06d07d66b7284f762..9a20e4797ade3775e94e3f607047d4ae5d440c16 100644
--- a/services/dante-cloud-bpmn-logic/pom.xml
+++ b/services/dante-cloud-bpmn-logic/pom.xml
@@ -32,7 +32,7 @@
services
org.dromara.dante
- 3.5.7.0
+ 3.5.7.1
dante-cloud-bpmn-logic
diff --git a/services/dante-cloud-oss-ability/pom.xml b/services/dante-cloud-oss-ability/pom.xml
index 65f44f96010c2867480e52d8d605c89e14eb16ab..b03799b5762384f568cc0fc078fee7b8191a33d4 100644
--- a/services/dante-cloud-oss-ability/pom.xml
+++ b/services/dante-cloud-oss-ability/pom.xml
@@ -31,7 +31,7 @@
org.dromara.dante
services
- 3.5.7.0
+ 3.5.7.1
dante-cloud-oss-ability
diff --git a/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-mysql.sql b/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-mysql.sql
index d1c8e2590492eb7802bbb9ca77f0a33cc691e1fb..4260558c22492ec5772492a6fad02a92f1e0dbdf 100644
--- a/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-mysql.sql
+++ b/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-mysql.sql
@@ -350,8 +350,8 @@ FROM
`sys_attribute` sa
WHERE
sa.url = '/security/element/tree'
+ OR sa.url = '/security/dictionary/items/{category}'
OR sa.url = '/oauth2/sign-out'
- OR sa.url LIKE'%enum%'
OR sa.url LIKE'%message%' UNION
SELECT
'2' AS permission_id,
@@ -368,7 +368,7 @@ FROM
`sys_attribute` sa
WHERE
sa.url LIKE'%security%'
- AND (sa.url != '/security/element/tree' OR sa.url != '/security/dictionary/items/{category}') UNION
+ AND sa.url != '/security/element/tree' AND sa.url != '/security/dictionary/items/{category}' UNION
SELECT
'4' AS permission_id,
sa.attribute_id
diff --git a/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-postgresql.sql b/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-postgresql.sql
index 59ca720d76885c18be212f41d0a8486e25451464..164e02194275e535f725a74681c6fdb1081a54d8 100644
--- a/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-postgresql.sql
+++ b/services/dante-cloud-oss-ability/src/main/resources/sqls/oss-data-postgresql.sql
@@ -351,8 +351,8 @@ FROM
"sys_attribute" sa
WHERE
sa.url = '/security/element/tree'
+ OR sa.url = '/security/dictionary/items/{category}'
OR sa.url = '/oauth2/sign-out'
- OR sa.url LIKE'%enum%'
OR sa.url LIKE'%message%' UNION
SELECT
'2' AS permission_id,
@@ -369,7 +369,7 @@ FROM
"sys_attribute" sa
WHERE
sa.url LIKE'%security%'
- AND (sa.url != '/security/element/tree' OR sa.url != '/security/dictionary/items/{category}') UNION
+ AND sa.url != '/security/element/tree' AND sa.url != '/security/dictionary/items/{category}' UNION
SELECT
'4' AS permission_id,
sa.attribute_id
diff --git a/services/dante-monomer-application/pom.xml b/services/dante-monomer-application/pom.xml
index b69f532c9427190170b01a3ccb1c48ef803fbaa6..f465771c177eb1fc2e4844196d1182a27b40c15a 100644
--- a/services/dante-monomer-application/pom.xml
+++ b/services/dante-monomer-application/pom.xml
@@ -31,7 +31,7 @@
org.dromara.dante
services
- 3.5.7.0
+ 3.5.7.1
dante-monomer-application
diff --git a/services/dante-monomer-application/src/main/resources/sqls/oss-data-mysql.sql b/services/dante-monomer-application/src/main/resources/sqls/oss-data-mysql.sql
index dd2effc3f035df8ffa0d5887f9933ac55def1ae6..e6ff1c08c43624cfef832c49a0d5dbb85b412762 100644
--- a/services/dante-monomer-application/src/main/resources/sqls/oss-data-mysql.sql
+++ b/services/dante-monomer-application/src/main/resources/sqls/oss-data-mysql.sql
@@ -352,8 +352,8 @@ FROM
`sys_attribute` sa
WHERE
sa.url = '/security/element/tree'
+ OR sa.url = '/security/dictionary/items/{category}'
OR sa.url = '/oauth2/sign-out'
- OR sa.url LIKE'%enum%'
OR sa.url LIKE'%message%' UNION
SELECT
'2' AS permission_id,
@@ -370,7 +370,7 @@ FROM
`sys_attribute` sa
WHERE
sa.url LIKE'%security%'
- AND (sa.url != '/security/element/tree' OR sa.url != '/security/dictionary/items/{category}') UNION
+ AND sa.url != '/security/element/tree' AND sa.url != '/security/dictionary/items/{category}' UNION
SELECT
'4' AS permission_id,
sa.attribute_id
diff --git a/services/dante-monomer-application/src/main/resources/sqls/oss-data-postgresql.sql b/services/dante-monomer-application/src/main/resources/sqls/oss-data-postgresql.sql
index d3afe55104ecea2d84f38333302384c8aa4b9144..d1d7ecb8d0d637ad6402f6ea2571445bf7dd8432 100644
--- a/services/dante-monomer-application/src/main/resources/sqls/oss-data-postgresql.sql
+++ b/services/dante-monomer-application/src/main/resources/sqls/oss-data-postgresql.sql
@@ -352,9 +352,9 @@ FROM
FROM
"sys_attribute" sa
WHERE
- sa.url = '/security/element/tree'
+ sa.url = '/security/element/tree'
OR sa.url = '/oauth2/sign-out'
- OR sa.url LIKE'%enum%'
+ OR sa.url = '/security/dictionary/items/{category}'
OR sa.url LIKE'%message%' UNION
SELECT
'2' AS permission_id,
@@ -371,7 +371,7 @@ FROM
"sys_attribute" sa
WHERE
sa.url LIKE'%security%'
- AND (sa.url != '/security/element/tree' OR sa.url != '/security/dictionary/items/{category}') UNION
+ AND sa.url != '/security/element/tree' AND sa.url != '/security/dictionary/items/{category}' UNION
SELECT
'4' AS permission_id,
sa.attribute_id
diff --git a/services/pom.xml b/services/pom.xml
index 83a69d979dd3897de1a0f851e8fee83dcad129e7..c56f427221fab3f3a77c15f3ee3e1e95ee8d93f1 100644
--- a/services/pom.xml
+++ b/services/pom.xml
@@ -32,7 +32,7 @@
dante-cloud
org.dromara.dante
- 3.5.7.0
+ 3.5.7.1
services