Posts by cazzruan • 21 points
3 posts
-
0
votes1
answer82
viewsQ: application springboot does not connect with mysql in the Docker environment
I’m starting in the container world, and when trying to upload an application developed in Springboot with mysql integration in Docker in an aws ec2, the application does not connect to mysql.…
-
0
votes1
answer54
viewsQ: How to use Interceptor in Spring?
I’m a beginner, and in the project I’m developing I used the Interceptor to block access to other resources if the user is not logged in to the session. For example: if the user has not logged in,…
-
0
votes1
answer136
viewsQ: Entity relationship error 1:N using orphanRemoval
I am trying to update a record in the database through a REST service with the help of Postman, however is returning me an error: "A collection with cascade=\"all-delete-orphan\" was no longer…