Posts by Gustavo Trevisani • 11 points
3 posts
-
0
votes2
answers2709
viewsA: How to create a connection to the H2 database using Spring Data?
I once had a similar problem using H2 and I discovered that it was my mistake, because I had not put an attribute in my object class... the "id" with their proper notes. @Entity class Product { @Id…
databaseanswered Gustavo Trevisani 11 -
1
votes1
answer228
viewsA: Spring-boot web security, I can’t tell if you’re authenticating or not
What was wrong is that the login_page form was not with th:action for "/login"...
-
0
votes1
answer228
viewsQ: Spring-boot web security, I can’t tell if you’re authenticating or not
I am trying to implement spring-boot web security in my webapp, but when I enter with login and password, it is simply reloading the page, and I cannot understand if it is authentication failure, or…