Java CRUD Rest API using Spring Boot, Hibernate, Postgres, Docker and Docker Compose
Let's create a CRUD Rest API in Java, using:
Spring Boot (Framework to build web servers in Java)
Hibernate (Java ORM)
Postgres (relational database)
Docker (for containerization)
Docker Compose
If you prefer a video version:
All the code is ...
Juan Manuel Herrera Carrera
Web Development
Hi! thats cool men, specially the docker trick, it's so simple, thanks, can you complete it with an example of one to many and many to one relationship? and maybe lombok could be include, you know, to nos use getter and setter code.
Thanks!