From 84996b38a3c991c64fc7b9442c3f67adf7cdd453 Mon Sep 17 00:00:00 2001 From: hypaas <181620720@qq.com> Date: Tue, 9 Apr 2024 16:54:11 +0800 Subject: [PATCH] Configure Continuous Integration .... --- .../test/src/main/resources/domains/LogConfig.xml | 15 +++++++++++++++ .../test/src/main/resources/domains/LogEntity.xml | 2 +- .../test/src/main/resources/domains/LogStatus.xml | 11 +++++++++++ src/main/resources/application.properties | 1 + 4 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 modules/test/src/main/resources/domains/LogConfig.xml create mode 100644 modules/test/src/main/resources/domains/LogStatus.xml diff --git a/modules/test/src/main/resources/domains/LogConfig.xml b/modules/test/src/main/resources/domains/LogConfig.xml new file mode 100644 index 0000000..0f50c34 --- /dev/null +++ b/modules/test/src/main/resources/domains/LogConfig.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/modules/test/src/main/resources/domains/LogEntity.xml b/modules/test/src/main/resources/domains/LogEntity.xml index a2f0064..345960a 100644 --- a/modules/test/src/main/resources/domains/LogEntity.xml +++ b/modules/test/src/main/resources/domains/LogEntity.xml @@ -1,7 +1,7 @@ - + diff --git a/modules/test/src/main/resources/domains/LogStatus.xml b/modules/test/src/main/resources/domains/LogStatus.xml new file mode 100644 index 0000000..4a14941 --- /dev/null +++ b/modules/test/src/main/resources/domains/LogStatus.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index a4024d0..d547aca 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -454,5 +454,6 @@ application.gatewaycontext=/lowcode-portal-logmanage/ +