From 94a6009c7227fc9fa8a4b9366c7490210ea16f5c Mon Sep 17 00:00:00 2001 From: hypaas <181620720@qq.com> Date: Mon, 25 Mar 2024 15:46:43 +0800 Subject: [PATCH] Configure Continuous Integration .... --- modules/test/src/main/resources/domains/BackupCycle.xml | 8 ++++++++ modules/test/src/main/resources/domains/LogEntity.xml | 2 ++ modules/test/src/main/resources/views/LogConfig-form.xml | 9 +++++++++ modules/test/src/main/resources/views/LogConfig-grid.xml | 7 +++++++ modules/test/src/main/resources/views/actionGroup.xml | 4 ++++ modules/test/src/main/resources/views/menu.xml | 3 ++- src/main/resources/application.properties | 1 + 7 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 modules/test/src/main/resources/domains/BackupCycle.xml create mode 100644 modules/test/src/main/resources/views/LogConfig-form.xml create mode 100644 modules/test/src/main/resources/views/LogConfig-grid.xml diff --git a/modules/test/src/main/resources/domains/BackupCycle.xml b/modules/test/src/main/resources/domains/BackupCycle.xml new file mode 100644 index 0000000..1f9aa7a --- /dev/null +++ b/modules/test/src/main/resources/domains/BackupCycle.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/modules/test/src/main/resources/domains/LogEntity.xml b/modules/test/src/main/resources/domains/LogEntity.xml index 49d8c3d..244cb55 100644 --- a/modules/test/src/main/resources/domains/LogEntity.xml +++ b/modules/test/src/main/resources/domains/LogEntity.xml @@ -22,6 +22,8 @@ + + diff --git a/modules/test/src/main/resources/views/LogConfig-form.xml b/modules/test/src/main/resources/views/LogConfig-form.xml new file mode 100644 index 0000000..a37b76f --- /dev/null +++ b/modules/test/src/main/resources/views/LogConfig-form.xml @@ -0,0 +1,9 @@ + + +
+ + + + +
+
diff --git a/modules/test/src/main/resources/views/LogConfig-grid.xml b/modules/test/src/main/resources/views/LogConfig-grid.xml new file mode 100644 index 0000000..d75825b --- /dev/null +++ b/modules/test/src/main/resources/views/LogConfig-grid.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/modules/test/src/main/resources/views/actionGroup.xml b/modules/test/src/main/resources/views/actionGroup.xml index bc270ac..2d75aa9 100644 --- a/modules/test/src/main/resources/views/actionGroup.xml +++ b/modules/test/src/main/resources/views/actionGroup.xml @@ -10,6 +10,10 @@ self.userAuth=1 + + + + diff --git a/modules/test/src/main/resources/views/menu.xml b/modules/test/src/main/resources/views/menu.xml index a0a8b8c..9785193 100644 --- a/modules/test/src/main/resources/views/menu.xml +++ b/modules/test/src/main/resources/views/menu.xml @@ -5,5 +5,6 @@ - + + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4e860c8..4670985 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -426,5 +426,6 @@ application.gatewaycontext=/lowcode-portal-logmanage/ +