Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. @Controller
  2. public class DummyController {
  3.     @RequestMapping(value = "/dummy.html", method = RequestMethod.GET)
  4.     public String get() {
  5.         return "accountCreated";
  6.     }
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement