Showing
1 changed file
with
3 additions
and
5 deletions
@@ -16,9 +16,7 @@ import org.springframework.web.servlet.ModelAndView; | @@ -16,9 +16,7 @@ import org.springframework.web.servlet.ModelAndView; | ||
16 | import javax.servlet.http.HttpSession; | 16 | import javax.servlet.http.HttpSession; |
17 | import java.util.*; | 17 | import java.util.*; |
18 | 18 | ||
19 | -/** | ||
20 | - * Created by fruwei on 2016/6/16. | ||
21 | - */ | 19 | + |
22 | @RestController | 20 | @RestController |
23 | @RequestMapping("phpBuild") | 21 | @RequestMapping("phpBuild") |
24 | public class PhpBuildCtrl { | 22 | public class PhpBuildCtrl { |
@@ -27,8 +25,8 @@ public class PhpBuildCtrl { | @@ -27,8 +25,8 @@ public class PhpBuildCtrl { | ||
27 | @Autowired | 25 | @Autowired |
28 | private HttpRestClient httpRestClient; | 26 | private HttpRestClient httpRestClient; |
29 | 27 | ||
30 | - //private String URL = "http://172.31.16.167:8883/php/"; | ||
31 | - private String URL = "http://127.0.0.1:8883/php/"; | 28 | + private String URL = "http://172.31.16.167:8883/php/"; |
29 | + //private String URL = "http://127.0.0.1:8883/php/"; | ||
32 | 30 | ||
33 | @RequestMapping("/toProject") | 31 | @RequestMapping("/toProject") |
34 | public ModelAndView toProject(Model model) { | 32 | public ModelAndView toProject(Model model) { |
-
Please register or login to post a comment