|
@@ -9,6 +9,6 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
public class UserAction {
|
|
|
@RequestMapping(value = "/test",method = RequestMethod.GET)
|
|
|
public void test(){
|
|
|
- System.out.println("-----------进入test方法反反复复-------");
|
|
|
+ System.out.println("-----------进入test方法-------");
|
|
|
}
|
|
|
}
|