|
@@ -46,22 +46,4 @@ public class LoginController {
|
|
|
res.put("success", true);
|
|
|
return res;
|
|
|
}
|
|
|
-
|
|
|
- * hello1
|
|
|
- */
|
|
|
- @RequestMapping("/hello1")
|
|
|
- public Object hello1(HttpServletRequest request){
|
|
|
- Map<String, Object> res = new HashMap<String, Object>();
|
|
|
- res.put("message", "Hello World!");
|
|
|
- return res;
|
|
|
- }
|
|
|
-
|
|
|
- * hello2
|
|
|
- */
|
|
|
- @RequestMapping("/hello2")
|
|
|
- public Object hello2(HttpServletRequest request){
|
|
|
- Map<String, Object> res = new HashMap<String, Object>();
|
|
|
- res.put("message", "Hello World..........................");
|
|
|
- return res;
|
|
|
- }
|
|
|
}
|