Posts by Luiz Fernando • 23 points
3 posts
-
0
votes1
answer144
viewsA: Validate 2 different user profiles in Spring Security
I managed to find the problem, replace ROLE_ADMIN by ADMIN and worked: private AuthenticationSuccessHandler getSuccessHandler() { return (AuthenticationSuccessHandler) new…
springanswered Luiz Fernando 23 -
-4
votes1
answer144
viewsQ: 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 the Tecnicosup, each profile should be directed to a different Home screen. Only the Admin…
springasked Luiz Fernando 23 -
3
votes1
answer224
viewsQ: Problem to write foreign key to table
I am developing a web java project - using Spring , Thymeleaf , Html, Mysql . In this project I have two classes that are related by foreign key. (Technical and Position). In my view…