Questions tagged as 'spring'

1
answer

How do I pass a url from a server in java

I'm doing testing on my college project, and I have a following problem. I create an object and I pass all its data by the setter and the constructor. When I call Service with the save method, it returns Null and I can not tell if it is working....
asked by 27.08.2016 / 22:29
1
answer

ERROR 500 - But I do not know where it is wrong, someone helps me!

@PostMapping//Create public ResponseEntity<Categoria> criar(@RequestBody Categoria categoria, HttpServletResponse response) { Categoria categoriaSalva = categoriaRepository.save(categoria); URI uri = ServletUriComponentsBuilder.from...
asked by 19.09.2018 / 22:20
1
answer

Validate 2 different user profiles in Spring Security

Good afternoon, I'm trying to validate two access profiles in Spring Security. The Admin profile and TecnicoSup, each profile should be directed to a different Home screen. You are only performing the correct Admin profile. I used as an example...
asked by 28.08.2018 / 17:44