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
zhengyouwei
8 years ago
Commit
9210b878eaee5fdcab878e338d37be3186f4e859
1 parent
1ccfdcc0
fix url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
monitor-ui-ctrl/src/main/java/com/ui/ctrl/PhpBuildCtrl.java
monitor-ui-ctrl/src/main/java/com/ui/ctrl/PhpBuildCtrl.java
View file @
9210b87
...
...
@@ -16,9 +16,7 @@ import org.springframework.web.servlet.ModelAndView;
import
javax.servlet.http.HttpSession
;
import
java.util.*
;
/**
* Created by fruwei on 2016/6/16.
*/
@RestController
@RequestMapping
(
"phpBuild"
)
public
class
PhpBuildCtrl
{
...
...
@@ -27,8 +25,8 @@ public class PhpBuildCtrl {
@Autowired
private
HttpRestClient
httpRestClient
;
//private String URL = "http://172.31.16.167:8883/php/";
private
String
URL
=
"http://127.0.0.1:8883/php/"
;
private
String
URL
=
"http://172.31.16.167:8883/php/"
;
//private String URL = "http://127.0.0.1:8883/php/";
@RequestMapping
(
"/toProject"
)
public
ModelAndView
toProject
(
Model
model
)
{
...
...
Please
register
or
login
to post a comment