Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
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
Plain Diff
Browse Files
Authored by
qinchao
2018-03-13 18:10:53 +0800
Commit
22a162523031eb1979195f12a324ea2743508e7e
2 parents
82c22f5a
73cf1ad0
Merge branch 'dev_config_center'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
monitor-service-configcenter/src/main/java/com/monitor/configcenter/service/impl/ConfigCenterEnvInfoServiceImpl.java
monitor-service-configcenter/src/main/java/com/monitor/configcenter/service/impl/ConfigCenterEnvInfoServiceImpl.java
View file @
22a1625
...
...
@@ -34,7 +34,9 @@ public class ConfigCenterEnvInfoServiceImpl implements IConfigCenterEnvInfoServi
rtn
.
add
(
ins
);
}
}
rtn
.
add
(
0
,
awsIns
);
if
(
StringUtils
.
isNotEmpty
(
awsIns
.
getTypeName
()))
{
rtn
.
add
(
0
,
awsIns
);
}
return
rtn
;
}
}
...
...
Please
register
or
login
to post a comment