@@ -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("-----------45454-------");
+ System.out.println("-----------45454方法-------");
}