Guest User

Untitled

a guest
Jun 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. @Controller
  2. public class usuarioController(){
  3.  
  4. @PostMapping("/url/{valor}")
  5. public String metodo(Objeto ObjectoMapedado, Map<String, Object> model){
  6. /// .... Tus operaciones
  7. return "nombreDeLaVista";
  8. }
  9.  
  10. }
  11.  
  12. <dependency>
  13. <groupId>org.springframework.boot</groupId>
  14. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  15. </dependency>
Add Comment
Please, Sign In to add comment