Posts by Alexsander Martins • 29 points
2 posts
-
0
votes1
answer45
viewsQ: Request Problems (Java - Spring Boot)
Hey, guys, how’s it going? I have a code for a Rest API that registers courses and students. There is a bi-directional relationship. N Students -> 1 Course mapped as follows: @ManyToOne…
-
0
votes1
answer21
viewsQ: " 'case' is not a Valid Java identifer"
I have a question. I am trying to create a springboot project from scratch, but when I try to change the name of my package, I have this problem. When I put any name other than "case" in the middle…