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. 😎
@andiuptown17119 ай бұрын
How’s the Spring journey now ?
@damoimyers26519 ай бұрын
@@andiuptown1711 I'm now integrating spring boot with Java Swing projects, building out web apps etc. Spring Boot is simply amazing.
@damoimyers26519 ай бұрын
@@andiuptown1711 I love it! I'm now able to build stand-alone applications with ease. Integrating Sring Boot with Java Swing is just fun. Also, I'm now able to build out wep apps way quicker and easier than when I was learning Python Django. Spring Boot is simply amazing bro.
@LukeGJPotter Жыл бұрын
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?
@vishalmatam Жыл бұрын
Awesome feature! Thanks Dan for the video!
@TwobooT Жыл бұрын
Super Cool Feature!!! And a Solid Explanation about it!! Thanks
@ShadowVipers Жыл бұрын
Wow this couldn't be better timed, I'm actually working on deploying my spring boot application this week.
@Rostik_13 Жыл бұрын
Thank you, dude, for introducing me to the new chips. In our craft, it is vital to keep up with the times👊
@stivenmedina282511 ай бұрын
Thank you so much for this kind of content, very useful
@DanVega11 ай бұрын
My pleasure!
@birbir969 Жыл бұрын
Thank you very very much. Happy coding!!
@AllDetailsIKnow Жыл бұрын
Great video Dan. Thanks so much
@dias6475 Жыл бұрын
Awesome. Thank you Dan!
@NickY_Msk Жыл бұрын
Thank you for your video ! It’s really cool feature 👍🏻
@AndrulisTravel8 ай бұрын
Nice! One thing, what are the additional steps, when you wanna deploy this app to some service (heroku, railway). We still need some configuration in application properties to get DB connection credentials from environment variables.
@ProMinecraftSprite Жыл бұрын
amazing thing cant wait to use it
@musanzawanga20836 ай бұрын
Thank you very much!!! This was so valuable🤞🏽
@rafaelacioly3252 Жыл бұрын
Sweet! I wonder if there will be an extension to configure other dependencies such as RabbitMQ, Redis, Kafka etc...
@degolojan9475 Жыл бұрын
Yes they are there
@jeroenadamdevenijn4067 Жыл бұрын
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?
@mihirsawant8817 Жыл бұрын
It's really awesome 🔥 I tried doing it with mongo image and it's working perfectly
@marianojm5675 Жыл бұрын
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!!
@Jhonfreddy15 Жыл бұрын
Finally!!! 🙌🏽🙌🏽🙌🏽
@poklakni Жыл бұрын
What is the use case for using this in production?
@mensahtribeadventures2630 Жыл бұрын
Thank you this was fun
@sagarbhat3884 Жыл бұрын
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).
@DanVega Жыл бұрын
Thank you for the heads up. The repo was private, I have fixed it.
@DimitriJohansson Жыл бұрын
Awesome. Very helpful. Is it possible to pick up the compose only for specific profile ?
@hamidreza8354 Жыл бұрын
my fav channel
@Apopjak Жыл бұрын
this is soo cool!
@alessandrobx5850 Жыл бұрын
Awesome features
@thiagopereira99615 ай бұрын
Hi Dan, thanks for the explanation, I have a question. How do I set compose.yaml in case I have 2 different profiles, such as a prod using compose with PostgreSQL and a dev using h2 or any other database?
@tassneemaltaf2001 Жыл бұрын
Subscribed!!!
@sakthinivas1840 Жыл бұрын
Hi Dan, we don't need to specify "driver-class-name" property as well in the Docker compose file? which we usually do in application.yml
@chrispie5 Жыл бұрын
Is there a way to get the logging of the containers printed to application logs like with testcontainers?
@colincampbell8418 Жыл бұрын
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!
@ОлексійСеник-и7п Жыл бұрын
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?
@pmorah Жыл бұрын
Just out of curiosity. Are you able to see your container running on your computer while your app is up and running? Thanks
@DanVega Жыл бұрын
Yes! Open up Docker Desktop or run docker ps from the command line and you will see it.
@pmorah Жыл бұрын
@@DanVega cool. Thanks dan
@wagnerfaria1601 Жыл бұрын
Can you set a docker-compose for each application profile?
@AntonioCabralNumberOne10 ай бұрын
This is really great, but how to use this module to dockerize the spring boot project itself?
@void_star_void Жыл бұрын
Can you give me hints why you choose Integer type for id considering it cannot be null as a PK? Am I missing something here😅
@DanVega Жыл бұрын
With a generated value not much but I always use wrapper types for my id's. If you take the generated value off of there and create a new post you will insert a record with a value of 0 on the first try.
@DanVega Жыл бұрын
Great question though 👏🏻
@vicariousgreek5711 Жыл бұрын
I know this may not be so related to the feature presented but… has anyone succeeded running Oracle (oracle-xe) with docker or docker compose on Apple silicon macs? 😢
@khojiakbarabierov8462 Жыл бұрын
Hi Dan Vega , Why i get this error when run your code org.springframework.boot.docker.compose.core.ProcessExitException: 'docker context ls --format={{ json . }}' failed with exit code 1. Stdout: Stderr: unexpected end of JSON input I also run docker
@samsul_dev7 ай бұрын
should i install jdk local host or it's already managed by docker ?
@ylioo Жыл бұрын
is there any way I can use it for test. Like this it works for normal use.
@DostonRakhimov-d1c Жыл бұрын
Thank you this video
@miguelhernandezzarasua3986 Жыл бұрын
Thanks for the tutorial Dan, I was able to implement it into one of my personal projects, however now I am working on adding unit tests and it seems like the docker compose does not run with contextLoads, I tried manually adding the url, user and password but I am facing some challenges.
@miguelhernandezzarasua3986 Жыл бұрын
After few tests, I figured that this does not work for junit out of the box, so I just created an application.yml inside of the resources directory in test with the properties to connect to the database (including the database dialect) and that solved my problem, awesome feature, thanks Dan for the vid
@mensahtribeadventures2630 Жыл бұрын
i initialized a db first this problem went away
@arkadiuszgalus6308 Жыл бұрын
HI thank you for tutorial I followed your steps but I receive error like > .PSQLException: FATAL: password authentication failed for user "postgres" and Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment] due to: Unable to determine Dialect without JDBC metadata (please set 'javax.persistence.jdbc.url', 'hibernate.connection.url', or 'hibernate.dialect') In your application properties there is nothing about dialect do you have any idea how can I fix it? it is related perhaps to intelidj version ? Thank you in advance for response
@alegutierrezmusic Жыл бұрын
In my case the error was caused because I got installed Windows Postgres usign the same port, so change the ports from "5432:5432" to "9091:5432" for example
@arkadiuszgalus6308 Жыл бұрын
I will try tkank you😊
@TheGuroguro12 Жыл бұрын
Thank you for a video, i think record can be used with jpa
@petroniobonavides3530 Жыл бұрын
Why dont U use Lombok? Do U think limbok is not a good option?
@punekarinwinnipeg214 Жыл бұрын
Hello sir, Can you please enlighten me, with how can I start contributing to an open source java projects. Steps I should take to understand the code and to contribute to it. My background is : I am doing my bachelors degree in computer science currently in my 2nd year and I am learning java from last 3 years. Can you please help me out ? Mainly, How and from where can I start understanding the code?
@alejandromartinezramirez3312 Жыл бұрын
Hi Sr. Do you have a course of spring boot from scratch in Udemy?
@DreamingWithEyesWide Жыл бұрын
Great video as always! Quick question- how are you getting all the code auto-generated for you in IntelliJ, without explicitly adding it yourself, like the getters and setters added to the model class? Is there an extension/command in IntelliJ for this?
@DreamingWithEyesWide Жыл бұрын
Sorry, I didn't watch the whole video before I asked the question. You answered it later on where you said it's intellisense from IntelliJ.
@otaviofriedein8 ай бұрын
Muito obrigado! Ajudou demais
@JohnTriantafillakis Жыл бұрын
Cool in development, how about in prod? :P
@codingapi8073 Жыл бұрын
how connect remote docker compose ?
@BrijeshPatelEngineer Жыл бұрын
Why dont you just use lombok to generate all the getters and setters for model package… do you see any inefficiencies init? @danvega
@goodvideobro11 ай бұрын
super content
@shubhamgoel223 Жыл бұрын
how do we disable this for prod deployments?
@DanVega Жыл бұрын
You can set spring.docker.compose.enabled=false in your production properties
@shubhamgoel223 Жыл бұрын
@@DanVega thanks
@wagnerfaria1601 Жыл бұрын
AWESOME @@
@Trodix89 Жыл бұрын
Hi, good feature ! But, everytime I reboot my application, all my docker containers will be recreated ? Also, Is it possible to do a video on Spring Security ACL with Domain Object Security ? Thank's !
@DanVega Жыл бұрын
No it will just stop it and the restart it next time. I don't have much experience with Spring ACL but I will add it to my backlog to do some research.
@Trodix89 Жыл бұрын
@@DanVega Thank's
@dariuszchmiea3567 Жыл бұрын
Docker is not free for commercial use. Planty of conpanies drop it.
@vadimsokolov605810 ай бұрын
Doesn't work: Unable to determine Dialect without JDBC metadata (please set 'jakarta.persistence.jdbc.url' for common cases or 'hibernate.dialect' when a custom Dialect implementation must be provided)
@n_indian_girl5966 Жыл бұрын
while running the application after creating docker-compose.yml getting error Cannot invoke "org.springframework.boot.docker.compose.core.DockerCliInspectResponse.hostConfig()" because "inspectResponse" is null.