From 601cbc79b38de6ab9d068769fd73670c8640ba5c Mon Sep 17 00:00:00 2001 From: hypaas <181620720@qq.com> Date: Thu, 29 Feb 2024 14:52:05 +0800 Subject: [PATCH] Configure Continuous Integration .... --- .../resources/main/domains/LogEntity.xml | 27 +++++++++++++++++++ .../resources/domains/LogEntity.xml | 1 + .../main/resources/domains/OperateType.xml | 2 +- .../views/SecurityAuditUser-grid.xml | 10 ++++--- .../resources/views/SecurityUser-grid.xml | 10 ++++--- .../main/resources/views/ServiceUser-grid.xml | 10 ++++--- .../resources/views/SystemManageUser-grid.xml | 10 ++++--- src/main/resources/application.properties | 9 ++++--- 8 files changed, 62 insertions(+), 17 deletions(-) create mode 100644 modules/test/build/resources/main/domains/LogEntity.xml diff --git a/modules/test/build/resources/main/domains/LogEntity.xml b/modules/test/build/resources/main/domains/LogEntity.xml new file mode 100644 index 0000000..f660b4d --- /dev/null +++ b/modules/test/build/resources/main/domains/LogEntity.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/test/out/production/resources/domains/LogEntity.xml b/modules/test/out/production/resources/domains/LogEntity.xml index e22182d..f660b4d 100644 --- a/modules/test/out/production/resources/domains/LogEntity.xml +++ b/modules/test/out/production/resources/domains/LogEntity.xml @@ -21,6 +21,7 @@ + diff --git a/modules/test/src/main/resources/domains/OperateType.xml b/modules/test/src/main/resources/domains/OperateType.xml index b477387..ca94a8c 100644 --- a/modules/test/src/main/resources/domains/OperateType.xml +++ b/modules/test/src/main/resources/domains/OperateType.xml @@ -10,6 +10,6 @@ - + diff --git a/modules/test/src/main/resources/views/SecurityAuditUser-grid.xml b/modules/test/src/main/resources/views/SecurityAuditUser-grid.xml index 7a80027..85bcced 100644 --- a/modules/test/src/main/resources/views/SecurityAuditUser-grid.xml +++ b/modules/test/src/main/resources/views/SecurityAuditUser-grid.xml @@ -1,13 +1,17 @@ - + + + + - - + + + diff --git a/modules/test/src/main/resources/views/SecurityUser-grid.xml b/modules/test/src/main/resources/views/SecurityUser-grid.xml index 4c3d7c0..967e3da 100644 --- a/modules/test/src/main/resources/views/SecurityUser-grid.xml +++ b/modules/test/src/main/resources/views/SecurityUser-grid.xml @@ -1,13 +1,17 @@ - - + + + + - + + + diff --git a/modules/test/src/main/resources/views/ServiceUser-grid.xml b/modules/test/src/main/resources/views/ServiceUser-grid.xml index 5fa345e..4eb37cc 100644 --- a/modules/test/src/main/resources/views/ServiceUser-grid.xml +++ b/modules/test/src/main/resources/views/ServiceUser-grid.xml @@ -1,13 +1,17 @@ - + + + + - - + + + diff --git a/modules/test/src/main/resources/views/SystemManageUser-grid.xml b/modules/test/src/main/resources/views/SystemManageUser-grid.xml index b155bf6..1a302d0 100644 --- a/modules/test/src/main/resources/views/SystemManageUser-grid.xml +++ b/modules/test/src/main/resources/views/SystemManageUser-grid.xml @@ -1,13 +1,17 @@ - + + + + - - + + + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index ecfb17a..264c80f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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 event.center.url=http://123.57.213.228:1117/prod-api/event/send_event_info @@ -422,5 +422,6 @@ application.gatewaycontext=/lowcode-portal-logmanage/ +