Posts by Juliana C. F. de Morais • 85 points
4 posts
-
0
votes0
answers66
viewsQ: Required Parameter is not present in Spring MVC design with spring boot using Thymeleaf
I am generating a form in the html code of my project and using Thymeleaf to create it. Some form fields are input type because the user needs to enter it, others are select type because there is…
-
2
votes0
answers47
viewsQ: Design using SPRING MVC does not perform CRUD on the bank correctly
I have a Controller with some implemented methods that save, update and remove my object pr of the kind professorRepository on the bench. I am using the Spring boot for this project, then the CRUD…
-
4
votes1
answer296
viewsQ: Implementation Doubt in Object Orientation
I am implementing the whole book set exercise deitel 6th edition: Create the class IntegerSet. Each object IntegerSet can store integers in the range of 0 to 100. The set is represented by an array…
-
2
votes1
answer219
viewsQ: How to reference more than one ID attribute using the jpa API?
My question is whether I can use the annotation @ID several times in a row, if this is possible or if there is another way to reference attributes of the type ID after the first. import…