DEV Community

Cover image for New way to Dockerize Spring Boot App
Techtter
Techtter

Posted on • Updated on

New way to Dockerize Spring Boot App

In this video I would like to explain how we can dockerize or containerize spring boot application without dockerfile. From Spring Boot 2.3 version, cloud-native build packs is added natively to the spring framework. So we no need to write dockerfile if we use Spring framework version 2.3 version.
Just check the video for complete hands-on demo:https://youtu.be/0NdxJCFHPHw

✅ Spring Boot & Docker related Videos ✅
► Spring Boot & Cassandra Integration with Docker Compose: https://youtu.be/uLmVfUXin8o
► Spring Boot & PostgreSQL Integration with Docker Compose: https://youtu.be/ZZ2Llh4NhaY
► Spring Boot & MySQL Integration & Deployment on K8s: https://youtu.be/ThAkKPAwdpQ
► Spring Boot with Protocol Buffers: https://youtu.be/OX9YDqu-lbo
► Spring Boot & Kafka Producer and Consumer Example: https://youtu.be/s7kVR6yK78M

Top comments (0)