- Tomcat 9.0.64
- GET /trips -> all trips
- POST /trips -> create a trip
- PUT /trips/:id -> update a trip by id
- DELETE /trips/:id -> delete a trip by id
- GET /user -> all users
- POST /user -> create a user
- PUT /user/:id -> update a user by id
- DELETE /user/:id -> delete a user by id
- Malte Sander, I really appreciate your guide
- https://examples.javacodegeeks.com/enterprise-java/hibernate/hibernate-maven-example/
- https://www.javaguides.net/2021/08/hibernate-example-with-mysql-database.html
- https://github.com/cameronmcnz/hibernate-made-easy
- https://github.com/eugenp/tutorials/tree/master/persistence-modules/hibernate-exceptions
- https://www.codejava.net/java-ee/jpa/no-persistence-provider-for-entitymanager-named-xxx
- https://www.baeldung.com/hibernate-entitymanager
- https://www.infoworld.com/article/3373652/java-persistence-with-jpa-and-hibernate-part-1-entities-and-relationships.html
- https://blogs.sap.com/2012/12/11/put-jpa-in-your-web-app-tomcat-eclipselink/
- https://stackoverflow.com/questions/16838047/injecting-entitymanager-with-a-producer-in-tomcat
- https://stackoverflow.com/questions/158336/is-there-a-way-to-run-a-method-class-only-on-tomcat-wildfly-glassfish-startup
- https://github.com/auth0/java-jwt
- https://www.baeldung.com/java-connect-mysql
- https://mkyong.com/java/how-to-parse-json-with-gson/
- https://devops4solutions.com/deploy-a-tomcat-application-using-docker-compose/
- https://stackoverflow.com/questions/35510964/unable-to-connect-mysql-container-to-tomcat-container-in-docker