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
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
7 years ago
Commit
aecc7892a72eec10f4b73bcdfb4702ab727cc5b9
1 parent
4b3abaa0
去掉不用代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
monitor-service-awstools/src/main/java/com/monitor/cloudtools/controller/CloudToolController.java
monitor-service-awstools/src/main/java/com/monitor/cloudtools/controller/CloudToolController.java
View file @
aecc789
...
...
@@ -48,7 +48,7 @@ public class CloudToolController {
* @param cloudType 云类型 1:AWS 2:QCLOUD
* @return
*/
@RequestMapping
(
"/getAutoScalingConfig"
)
/*
@RequestMapping("/getAutoScalingConfig")
@ResponseBody
public BaseResponse getAutoScalingConfig(int cloudType) {
BaseResponse response;
...
...
@@ -64,7 +64,7 @@ public class CloudToolController {
response = new BaseResponse();
response.setData(autoScalingGroups);
return response;
}
}
*/
/**
* 修改伸缩组信息
...
...
Please
register
or
login
to post a comment