From df33c7604239802bffb93a3fa720d0a4a40c4b8f Mon Sep 17 00:00:00 2001 From: hypaas <181620720@qq.com> Date: Wed, 3 Apr 2024 11:16:48 +0800 Subject: [PATCH] Configure Continuous Integration .... --- .../src/main/resources/views/LogConfig-grid.xml | 6 +++--- .../test/src/main/resources/views/actionGroup.xml | 15 +++------------ modules/test/src/main/resources/views/menu.xml | 2 +- src/main/resources/application.properties | 11 ++++++----- 4 files changed, 13 insertions(+), 21 deletions(-) diff --git a/modules/test/src/main/resources/views/LogConfig-grid.xml b/modules/test/src/main/resources/views/LogConfig-grid.xml index d75825b..3cbf429 100644 --- a/modules/test/src/main/resources/views/LogConfig-grid.xml +++ b/modules/test/src/main/resources/views/LogConfig-grid.xml @@ -1,7 +1,7 @@ - - - + + + diff --git a/modules/test/src/main/resources/views/actionGroup.xml b/modules/test/src/main/resources/views/actionGroup.xml index af73640..7f27303 100644 --- a/modules/test/src/main/resources/views/actionGroup.xml +++ b/modules/test/src/main/resources/views/actionGroup.xml @@ -3,7 +3,7 @@ - self.userAuth=2 + self.userAuth=16 @@ -23,23 +23,14 @@ - self.userAuth=3 + self.userAuth=2 - self.userAuth=16 + self.userAuth=4 - - - - - - - - - diff --git a/modules/test/src/main/resources/views/menu.xml b/modules/test/src/main/resources/views/menu.xml index 588a580..9785193 100644 --- a/modules/test/src/main/resources/views/menu.xml +++ b/modules/test/src/main/resources/views/menu.xml @@ -5,6 +5,6 @@ - + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4c6b9c7..1c79d78 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,7 +1,7 @@ # Application Information # ~~~~~ application.name=\u004c\u006f\u0067\u004d\u0061\u006e\u0061\u0067\u0065 -application.id=21e159a3-04fc-4e03-b1d7-8e04434d0594 +application.id= application.sid=1719173642480254976 application.callback.url=http://117.78.10.170:3000/api/v1/message/preview/ application.description= @@ -62,11 +62,11 @@ auth.logout.local=true #db.default.password = hypaas # MySQL -db.default.driver=com.mysql.cj.jdbc.Driver +db.default.driver= db.default.ddl=update -db.default.url=jdbc:mysql://139.9.112.197:3308/portal-gateway?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true -db.default.user=portal -db.default.password=Sun@qc2023 +db.default.url=jdbc:://?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true +db.default.user= +db.default.password= system.operate.log.switch=true @@ -450,5 +450,6 @@ application.gatewaycontext=/lowcode-portal-logmanage/ +