From 3fda634a536c6b11a54f9d26b4a8bead209f7e6e Mon Sep 17 00:00:00 2001 From: hypaas <181620720@qq.com> Date: Tue, 23 Jan 2024 11:10:21 +0800 Subject: [PATCH] Configure Continuous Integration .... --- modules/test/src/main/resources/views/actionGroup.xml | 8 ++++---- src/main/resources/application.properties | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/modules/test/src/main/resources/views/actionGroup.xml b/modules/test/src/main/resources/views/actionGroup.xml index 7d53971..8a87c84 100644 --- a/modules/test/src/main/resources/views/actionGroup.xml +++ b/modules/test/src/main/resources/views/actionGroup.xml @@ -3,21 +3,21 @@ - self.userAuth.value=3 + self.userAuth=3 - self.userAuth.value=1 + self.userAuth=1 - self.userAuth.value=2 + self.userAuth=2 - self.userAuth.value=4 + self.userAuth=4 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 68f0863..704819a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -395,5 +395,6 @@ application.gatewaycontext=/lowcode-portal-logmanage/ +