Advertisement
Guest User

Untitled

a guest
Nov 13th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1.     @PostMapping("/locaux/add")
  2.     String addLocal(@ModelAttribute("newLocal") ApiLocal newLocal) {
  3.         System.out.println("[LOG] " + newLocal.getDescription());
  4.         return "redirect:/locaux";
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement