Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-ui
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
7 years ago
Commit
23608185ee2446d86d4cf4ea8328cb4a12a1a1d5
1 parent
4c88d20f
添加发布环境
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
monitor-ui-common/src/main/java/com/ui/project/ProjectOnline.java
monitor-ui-common/src/main/java/com/ui/project/ProjectOnline.java
View file @
2360818
...
...
@@ -73,7 +73,7 @@ public class ProjectOnline {
JAVA_LIST
.
add
(
new
Project
(
"2"
,
"yohomars-search-service"
,
"554"
,
"yoho-search"
,
JAVA_ENV_QCLOUD_AZ1
,
""
));
JAVA_LIST
.
add
(
new
Project
(
"3"
,
"yohobuy-platform"
,
"110"
,
"platform"
,
JAVA_ENV_QCLOUD_AZ1
,
""
));
JAVA_LIST
.
add
(
new
Project
(
"3"
,
"yohobuy-platform"
,
"110"
,
"platform"
,
JAVA_ENV_QCLOUD_AZ1
+
","
+
JAVA_ENV_QCLOUD_ENV_GRAY
,
""
));
//把list转成map,放到最后
JAVA_MAP
=
JAVA_LIST
.
stream
().
collect
(
Collectors
.
toMap
(
Project:
:
getName
,
Project
->
Project
));
...
...
Please
register
or
login
to post a comment