Posts by Danrley Fernandes Lopes • 9 points
3 posts
-
0
votes1
answer38
viewsA: Is it possible to open a form with an ordinary user and another as an administrator in the same application?
It depends! You want to open in the same process or in separate processes. If you want to open in the same process, the answer is no. If you want to open in separate processes yes. Link to a…
-
0
votes2
answers1063
viewsA: My site does not update CSS
I have an extremely simple solution. In Chrome: Open Devtools by pressing F12 Select the Network Tab check the box Disable cache Press F12 to exit Devtools or click the close button to the right of…
-
-3
votes1
answer84
viewsQ: ERROR 500 - But I don’t know where is wrong, someone help me!
@PostMapping//Create public ResponseEntity<Categoria> criar(@RequestBody Categoria categoria, HttpServletResponse response) { Categoria categoriaSalva = categoriaRepository.save(categoria);…