Browse Source

测试代码提交--2017年12月13日

maamin1 7 years ago
parent
commit
23f5ccec0c
1 changed files with 14 additions and 14 deletions
  1. 14 14
      fund_trusteeship_ccb/src/main/java/com/fuzamei/web/UserAction.java

+ 14 - 14
fund_trusteeship_ccb/src/main/java/com/fuzamei/web/UserAction.java

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