From bd187400b4f21d4cba7d71a531075be7bfa149f4 Mon Sep 17 00:00:00 2001 From: hypaas <181620720@qq.com> Date: Sun, 31 Dec 2023 12:10:39 +0800 Subject: [PATCH] Configure Continuous Integration .... --- .../test/src/main/resources/domains/LogEntity.xml | 2 +- .../src/main/resources/domains/OperateType.xml | 11 ++++++++--- .../resources/views/SecurityAuditUser-form.xml | 15 +++++++++++++++ .../main/resources/views/SecurityUser-form.xml | 15 +++++++++++++++ .../src/main/resources/views/ServiceUser-form.xml | 15 +++++++++++++++ .../src/main/resources/views/ServiceUser-grid.xml | 2 +- .../resources/views/SystemManageUser-form.xml | 15 +++++++++++++++ .../test/src/main/resources/views/actionGroup.xml | 5 ++++- modules/test/src/main/resources/views/menu.xml | 5 ++++- src/main/resources/application.properties | 1 + 10 files changed, 79 insertions(+), 7 deletions(-) create mode 100644 modules/test/src/main/resources/views/SecurityAuditUser-form.xml create mode 100644 modules/test/src/main/resources/views/SecurityUser-form.xml create mode 100644 modules/test/src/main/resources/views/ServiceUser-form.xml create mode 100644 modules/test/src/main/resources/views/SystemManageUser-form.xml diff --git a/modules/test/src/main/resources/domains/LogEntity.xml b/modules/test/src/main/resources/domains/LogEntity.xml index b688876..e22182d 100644 --- a/modules/test/src/main/resources/domains/LogEntity.xml +++ b/modules/test/src/main/resources/domains/LogEntity.xml @@ -10,7 +10,7 @@ - + diff --git a/modules/test/src/main/resources/domains/OperateType.xml b/modules/test/src/main/resources/domains/OperateType.xml index d4be4fe..18b3303 100644 --- a/modules/test/src/main/resources/domains/OperateType.xml +++ b/modules/test/src/main/resources/domains/OperateType.xml @@ -2,8 +2,13 @@ - - - + + + + + + + + diff --git a/modules/test/src/main/resources/views/SecurityAuditUser-form.xml b/modules/test/src/main/resources/views/SecurityAuditUser-form.xml new file mode 100644 index 0000000..21c82a9 --- /dev/null +++ b/modules/test/src/main/resources/views/SecurityAuditUser-form.xml @@ -0,0 +1,15 @@ + + +
+ + + + + + + + + + +
+
diff --git a/modules/test/src/main/resources/views/SecurityUser-form.xml b/modules/test/src/main/resources/views/SecurityUser-form.xml new file mode 100644 index 0000000..9664bd6 --- /dev/null +++ b/modules/test/src/main/resources/views/SecurityUser-form.xml @@ -0,0 +1,15 @@ + + +
+ + + + + + + + + + +
+
diff --git a/modules/test/src/main/resources/views/ServiceUser-form.xml b/modules/test/src/main/resources/views/ServiceUser-form.xml new file mode 100644 index 0000000..87f7e98 --- /dev/null +++ b/modules/test/src/main/resources/views/ServiceUser-form.xml @@ -0,0 +1,15 @@ + + +
+ + + + + + + + + + +
+
diff --git a/modules/test/src/main/resources/views/ServiceUser-grid.xml b/modules/test/src/main/resources/views/ServiceUser-grid.xml index 40064c6..cce2d50 100644 --- a/modules/test/src/main/resources/views/ServiceUser-grid.xml +++ b/modules/test/src/main/resources/views/ServiceUser-grid.xml @@ -1,6 +1,6 @@ - + diff --git a/modules/test/src/main/resources/views/SystemManageUser-form.xml b/modules/test/src/main/resources/views/SystemManageUser-form.xml new file mode 100644 index 0000000..b38f765 --- /dev/null +++ b/modules/test/src/main/resources/views/SystemManageUser-form.xml @@ -0,0 +1,15 @@ + + +
+ + + + + + + + + + +
+
diff --git a/modules/test/src/main/resources/views/actionGroup.xml b/modules/test/src/main/resources/views/actionGroup.xml index 7fd5205..b5147d1 100644 --- a/modules/test/src/main/resources/views/actionGroup.xml +++ b/modules/test/src/main/resources/views/actionGroup.xml @@ -2,19 +2,22 @@ - + self.userAuth=3 + self.userAuth=1 + self.userAuth=2 + self.userAuth= 0 diff --git a/modules/test/src/main/resources/views/menu.xml b/modules/test/src/main/resources/views/menu.xml index dd9e59f..3c95913 100644 --- a/modules/test/src/main/resources/views/menu.xml +++ b/modules/test/src/main/resources/views/menu.xml @@ -1,5 +1,8 @@ - + + + + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b8e0bde..edbd322 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -371,5 +371,6 @@ logging.level.com.hypaas=INFO +