Posts by JNR23 • 1 point
1 post
-
0
votes1
answer30
viewsA: @Requestmapping does not work on Intellij
Try to make these changes that will give the same result you want. @RestController @RequestMapping(path = "/cadastro") public class CadastroController { @GetMapping public String…