Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setup-manager
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
setup-manager
Commits
72d8c4dd
Commit
72d8c4dd
authored
Oct 29, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改登录鉴权时间
parent
13c3b771
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
setup-project-manager/pom.xml
setup-project-manager/pom.xml
+1
-0
setup-project-manager/src/main/java/com/mortals/xhx/common/code/ProductDisEnum.java
...main/java/com/mortals/xhx/common/code/ProductDisEnum.java
+5
-1
No files found.
setup-project-manager/pom.xml
View file @
72d8c4dd
...
...
@@ -190,6 +190,7 @@
</dependency>
</dependencies>
<build>
...
...
setup-project-manager/src/main/java/com/mortals/xhx/common/code/ProductDisEnum.java
View file @
72d8c4dd
...
...
@@ -12,7 +12,11 @@ import java.util.Map;
public
enum
ProductDisEnum
{
网关服务
(
"smart-gateway"
,
"gateway-platform"
),
基础服务
(
"base-manager"
,
"base-platform"
),
门户服务
(
"portal-manager"
,
"portal-platform"
);
门户服务
(
"portal-manager"
,
"portal-platform"
),
样表服务
(
"sample-form-manager"
,
"sample-form-manager"
),
;
private
String
value
;
private
String
desc
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment