Commit f152906711bb1b48ad43f4f596803ae616913bb9

Authored by 潘钊
1 parent 7eb5c34b

update...

src/main/java/com/bsth/controller/UserController.java
@@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController; @@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
9 * Created by panzhao on 2017/9/4. 9 * Created by panzhao on 2017/9/4.
10 */ 10 */
11 @RestController 11 @RestController
12 -@RequestMapping("/line2System") 12 +@RequestMapping("/user")
13 public class UserController { 13 public class UserController {
14 14
15 @Autowired 15 @Autowired