Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
sentinel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
sentinel
Commits
3d8b0845
Commit
3d8b0845
authored
May 22, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
6a391302
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
HttpServiceImpl.java
.../com/egolm/sentinel/web/service/impl/HttpServiceImpl.java
+5
-0
http.html
src/main/resources/page/http.html
+1
-1
No files found.
src/main/java/com/egolm/sentinel/web/service/impl/HttpServiceImpl.java
View file @
3d8b0845
...
...
@@ -101,4 +101,9 @@ public class HttpServiceImpl implements HttpService {
return
responseBody
;
}
public
static
void
main
(
String
[]
args
)
{
JSONObject
jsonObject
=
JSON
.
parseObject
(
""
);
String
responseBody
=
HttpUtil
.
get
(
"https://dev.egolm.com/route/route"
,
jsonObject
);
System
.
out
.
println
(
responseBody
);
}
}
src/main/resources/page/http.html
View file @
3d8b0845
...
...
@@ -45,7 +45,7 @@
</el-table-column>
</el-table>
</div>
<el-dialog
title=
"编辑监控项目"
:visible
.
sync=
"formVisible"
width=
"650px"
>
<el-dialog
title=
"编辑监控项目"
:visible
.
sync=
"formVisible"
>
<el-form
:model=
"form"
>
<el-form-item
label=
"监控名称"
label-width=
"120px"
style=
"width:85%"
>
<el-input
v-model=
"form.item_desc"
placeholder=
"请输入监控名"
></el-input>
...
...
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