From 507f0bc902b1e783ae707465da21e29b052d70cf Mon Sep 17 00:00:00 2001 From: hypaas <181620720@qq.com> Date: Mon, 1 Apr 2024 14:58:40 +0800 Subject: [PATCH] Configure Continuous Integration .... --- .../test/src/main/resources/domains/OperateType.xml | 3 +-- modules/test/src/main/resources/views/actionGroup.xml | 9 --------- modules/test/src/main/resources/views/menu.xml | 2 +- src/main/resources/application.properties | 11 ++++++----- 4 files changed, 8 insertions(+), 17 deletions(-) diff --git a/modules/test/src/main/resources/domains/OperateType.xml b/modules/test/src/main/resources/domains/OperateType.xml index 8feda08..aaea4e3 100644 --- a/modules/test/src/main/resources/domains/OperateType.xml +++ b/modules/test/src/main/resources/domains/OperateType.xml @@ -1,7 +1,7 @@ - + @@ -10,6 +10,5 @@ - diff --git a/modules/test/src/main/resources/views/actionGroup.xml b/modules/test/src/main/resources/views/actionGroup.xml index a448e72..7f27303 100644 --- a/modules/test/src/main/resources/views/actionGroup.xml +++ b/modules/test/src/main/resources/views/actionGroup.xml @@ -33,13 +33,4 @@ - - - - - - - - - diff --git a/modules/test/src/main/resources/views/menu.xml b/modules/test/src/main/resources/views/menu.xml index 55c6af0..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 398cd53..38a0066 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= +application.id=a6e3f3cc-1fec-484a-8c1a-858738e67bae 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= +db.default.driver=com.mysql.cj.jdbc.Driver db.default.ddl=update -db.default.url=jdbc:://?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true -db.default.user= -db.default.password= +db.default.url=jdbc:mysql://117.78.10.170:3006/app_331617a15c45392328b161de78a9aa81_master_pre?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true +db.default.user=app_zhangqiyang +db.default.password=Asdf123!@# system.operate.log.switch=true event.center.url=http://123.57.213.228:1117/prod-api/event/send_event_info @@ -445,5 +445,6 @@ application.gatewaycontext=/lowcode-portal-logmanage/ +