🔥 New in Spring Boot 3.1 - Spring Boot Docker Compose Module

preview_player
Показать описание
In this tutorial you will get your first look at Spring Boot 3.1. There are some really great features in this release including the Spring Boot Docker Compose module. This module will start/stop your containers for you that are declared in a Docker Compose file.

🔗Resources & Links mentioned in this video:

👋🏻Connect with me:

Рекомендации по теме
Комментарии
Автор

Thank you, dude, for introducing me to the new chips. In our craft, it is vital to keep up with the times👊

Rostik_
Автор

Awesome feature! Thanks Dan for the video!

vishalmatam
Автор

Wow this couldn't be better timed, I'm actually working on deploying my spring boot application this week.

ShadowVipers
Автор

Super Cool Feature!!! And a Solid Explanation about it!! Thanks

TwobooT
Автор

I've started my Spring journey about a week now and this is definitely something great from the Spring Team. Thank you Dan for explaining how it works. Your tutorials are always simple and easy to follow. 😎

damoimyers
Автор

Thank you for your video ! It’s really cool feature 👍🏻

NickY_Msk
Автор

Hi Dan, thanks for your videos, they are always great, maybe you could explain a bit what docker-compose is and how to set it up. Something a little more explained like for someone who just started with microservices and docker. Thank you!!

marianojm
Автор

Thank you very much!!! This was so valuable🤞🏽

musanzawanga
Автор

Thank you very very much. Happy coding!!

birbir
Автор

It's really awesome 🔥
I tried doing it with mongo image and it's working perfectly

mihirsawant
Автор

It looks cool.
May I suggest a video tutorial? On your "Spring to Production" series, where you use this 3.1RC Docker Compose with a Dockerfile and Deploy on Render?

LukeGJPotter
Автор

Thank you so much for this kind of content, very useful

stivenmedina
Автор

Awesome. Very helpful.
Is it possible to pick up the compose only for specific profile ?

MrSurprise
Автор

Wow this is game changing! Do you know if it's possible to configure docker-compose on profiles active? Trying to use this only for dev profile.
Cheers!

colincampbell
Автор

Great video as usual Dan. I was not aware of this amazing feature with Spring Boot 3.1.0 RC1. Thanks for talking about this. Btw, just wanted to let you know that your Github Repo link for this demo is not working (getting a Page not found error).

sagarbhat
Автор

Thanks, great demo! But what about multi module application?
Let's say we have 2 modules CustomerModule and ProductModule in our project, will they recognize docker-compose file in project root folder?

qlmwpvd
Автор

Thank you for a video, i think record can be used with jpa

TheGuroguro
Автор

So for production, assure the passwords as env. variables, then on dev machine, push your project to a container repository eg. using Maven Jib plugin. Finally, on production server pull your container. Spring Boot Docker Compose Module will assure db will be spun up. Something like I described here?

jeroenadamdevenijn
Автор

Sweet!

I wonder if there will be an extension to configure other dependencies such as RabbitMQ, Redis, Kafka etc...

rafaelacioly
Автор

What is the use case for using this in production?

poklakni