From 1e81557323780be1d84b2d1be75fe7e94e878b51 Mon Sep 17 00:00:00 2001 From: hypaas <181620720@qq.com> Date: Mon, 27 Nov 2023 15:07:38 +0800 Subject: [PATCH] Configure Continuous Integration .... --- modules/test/src/main/resources/domains/LogEntity.xml | 2 +- .../src/main/resources/views/Log-ServiceUser-grid.xml | 2 +- src/main/resources/application.properties | 11 ++++++----- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/modules/test/src/main/resources/domains/LogEntity.xml b/modules/test/src/main/resources/domains/LogEntity.xml index 97746ac..0bda932 100644 --- a/modules/test/src/main/resources/domains/LogEntity.xml +++ b/modules/test/src/main/resources/domains/LogEntity.xml @@ -12,7 +12,7 @@ - + diff --git a/modules/test/src/main/resources/views/Log-ServiceUser-grid.xml b/modules/test/src/main/resources/views/Log-ServiceUser-grid.xml index fd61f2a..ccf21db 100644 --- a/modules/test/src/main/resources/views/Log-ServiceUser-grid.xml +++ b/modules/test/src/main/resources/views/Log-ServiceUser-grid.xml @@ -7,7 +7,7 @@ - + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 0eacbe0..61b6f8b 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=8f5762ae-e23b-47b5-802d-f39704bb4960 +application.id= application.sid=1719173642480254976 application.callback.url=http://117.78.10.170:3000/api/v1/message/preview/ application.description= @@ -64,11 +64,11 @@ auth.logout.local=true # MySQL #db.default.driver = com.mysql.jdbc.Driver #db.default.visible=false -db.default.driver=com.mysql.cj.jdbc.Driver +db.default.driver= db.default.ddl=update -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!@# +db.default.url=jdbc:://?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&useSSL=false&nullCatalogMeansCurrent=true +db.default.user= +db.default.password= db.company1.name=Company 1 db.company1.driver=com.mysql.cj.jdbc.Driver @@ -356,5 +356,6 @@ logging.level.com.hypaas=INFO +