Posts by PK-Renan • 26 points
3 posts
-
0
votes1
answer195
viewsA: Spring jsp Failed to Convert value of type 'java.lang.String' to required type 'int'
All indicates that the error is in the code passage to modal. Try it this way: <table class="table"> <tr> <th>Nome</th> <th>Endereço</th>…
-
1
votes1
answer1812
viewsA: Uses of @Bean and @Autowired notations and what are they for?
@Component, @Service and @Repository are used when you want your Beans to be auto configured by spring. @Bean is used when you need to explicitly configure the bean instead of automatically letting…
-
0
votes1
answer53
viewsA: Spring security - Some questions
I understand that your problems are related to spring-security, but I believe that the best way, for you and who answers, is to do them separately, since your doubts do not have…