Let's create a CRUD Rest API in Java, using:
Spring Boot (Framework to build web servers in Java)
Hibernate (Java ORM)
Postgres (relational datab...
For further actions, you may consider blocking this person and/or reporting abuse
I must say great tutorial. Thanks Francesco Ciulla. I am looking for a similar kind of development but along with UI(User Interface) . Could you please suggest few options for designing the UI ? Many things come across my mind like jQuery, Bootstrap, and other libraries to create your UI. JSP is also a good option?
Useful, thanks.
you are welcome Odgen
your tutorial articles are always easy to grasp. i'm definitely trying this out
you are welcome!
Thank you for the tutorial Francesco. Question—what is the purpose of dockerizing the Springboot app when it doesn't save any state? Of course dockerizing the DB is obvious
you are welcome. the point is to have a dockerized spring boot app, and launch it using docker compose. so you dont need a specific version of Java on the deployment machine, but just Docker
Great tutorial👌. Thanks for sharing.
you are welcome!
Great post, excellent explanation
Thanks for sharing
you are welcome
Thanks as always for this post but I think you omitted the Dockerfile
It's small but it's there, with the explanation
Yes seen, thanks
I recommend your post to all my friends. Thank you for all that you do
you are welcome