...
|
...
|
@@ -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) {
|
...
|
...
|
|