No video

Spring Boot 3.1.0 New Feature 🚀 | Docker Compose Module | JavaTechie

  Рет қаралды 17,937

Java Techie

Java Techie

Күн бұрын

In this Tutorial, we will discuss spring boot 3.1.0 new module i.e spring boot docker compose , This module will start/stop your containers for you that are declared in a Docker Compose file.
#JavaTechie #springBoot
Spring boot microservice Premium course lunched with 70% off 🚀 🚀
Hurry-up & Register today itself!
COURSE LINK : javatechie5246...
PROMO CODE : JAVATECHIE50
Join this channel to get access to perks:
www.youtube.co...
GitHub:
github.com/Jav...
Blogs:
/ javatechie
Facebook:
/ javatechie
guys if you like this video please do subscribe now and press the bell icon to not miss any update from Java Techie
Disclaimer/Policy:
--------------------------------
Note : All uploaded content in this channel is mine and its not copied from any community ,
you are free to use source code from above mentioned GitHub account

Пікірлер: 52
@aadiraj6126
@aadiraj6126 Жыл бұрын
Wow...in love with these new features. Slowly but surely Boot is simplifying everything, once spring developer had to suffer, now using docker will be easy peasy even for kids 🥰
@nasirkhansirajbhai8016
@nasirkhansirajbhai8016 Жыл бұрын
amazing.. the way 3.1 supports docker compose and the way this video clarifies it in simple way.. thank you @javatechie for all your videos..
@crimsonx_
@crimsonx_ Жыл бұрын
this kind of concept was thought by myself and my co worker.. thankfully it is here ❤
@robbertstapel788
@robbertstapel788 Жыл бұрын
Really good teacher, simple examples which makes it good to code along :) thanks bro!
@phanimc11211
@phanimc11211 Жыл бұрын
AS USUAL VERY INFORMATIVE AND RESOURCEFUL,thx
@gopisambasivarao5282
@gopisambasivarao5282 Жыл бұрын
Nice Video, Thanks @java techie
@sajeeshkumar4510
@sajeeshkumar4510 Жыл бұрын
Thanks for this nice tutorial.
@user-fr8cd7ls3u
@user-fr8cd7ls3u Жыл бұрын
Super my brother
@norulshahlamjohn1140
@norulshahlamjohn1140 Жыл бұрын
this new feature changes the way we setup our local db.. no more property file config!
@ashishk3558
@ashishk3558 Жыл бұрын
Hello sir, plz create a full series on spring boot. Try to cover most of the annotations and other features. Please
@Javatechie
@Javatechie Жыл бұрын
Hi Ashish please check this kzfaq.info/get/bejne/ntqppJCeqriUcXk.html
@akashkharade2259
@akashkharade2259 Жыл бұрын
First view and comment. Great explanation
@praveenkpk3377
@praveenkpk3377 Жыл бұрын
Just one question. From where does the image for postgres get pulled in? Like for maven dependencies, we have a central repository. Anything similar to that for docker-compose? And without mentioning the db URL, how it works?
@Javatechie
@Javatechie Жыл бұрын
It will fetch from central docker hub
@Aniruddhdwivedi
@Aniruddhdwivedi Жыл бұрын
Hi Basant! as a prerequisite of this tutorial, We need docker up and running in our machines. Generally docker for windows have many issues. Do you have any link of your previous videos where you described how can we do this in windows 11 machines?
@Javatechie
@Javatechie Жыл бұрын
I have tried in windows 10 but not in 11 , what was the issue in 11 you are facing
@UdhavSaraswat-mx6vl
@UdhavSaraswat-mx6vl Жыл бұрын
checkout this video, this might help installing and running docker in windows 10/11 using wsl 2, kzfaq.info/get/bejne/hKedpZOXvJu3c2Q.html
@AleksandarT10
@AleksandarT10 Жыл бұрын
This all is good for development and everything, but how would you deploy this to Prod? The properties would need to be specified for that.
@Javatechie
@Javatechie Жыл бұрын
This is recommended only for development buddies not for prod
@norulshahlamjohn1140
@norulshahlamjohn1140 Жыл бұрын
was thinking the same
@abbasrizvi1533
@abbasrizvi1533 11 ай бұрын
@Javatechie where can we get our data if we do not have physical database, means by pulling postgres image and used once application get stop we lost our data right? that confusion I have please tell.
@skumakerguitar8708
@skumakerguitar8708 Жыл бұрын
What the cons of docker compose running at the same time with spring boot?
@Javatechie
@Javatechie Жыл бұрын
You should understand why docker and docker compose required
@Niteshkumar-bq4hs
@Niteshkumar-bq4hs Жыл бұрын
Hi, I was referring spring with mongodb dockrization, I don't know where it is storing tha data, but my requirement. Is I already have a db in my local I want connect with that,please help
@RiteshShetty77
@RiteshShetty77 Жыл бұрын
Thanks for the Great video. Does it work with Rancher Desktop?
@Javatechie
@Javatechie Жыл бұрын
No idea about Rancher
@technical_madne3329
@technical_madne3329 Жыл бұрын
Sir i have one question, Docker Desktop have to download in my system before using docker compose feature. is it compulsory or spring automatically handle it?
@bhavanisankar71
@bhavanisankar71 Жыл бұрын
Sir I have one doubt in entity class variables we can use both wrapper class and primitives but which one is best
@Javatechie
@Javatechie Жыл бұрын
Yes we can use both, it's good to play with a wrapper object rather than primitive
@ashwinir5110
@ashwinir5110 Жыл бұрын
Any offline course available?
@enggadda
@enggadda Жыл бұрын
its asking me for docker login and that is why its failing with this error "Stderr: db Pulling db Error Error response from daemon: pull access denied for postgre, repository does not exist or may require 'docker login': denied: requested access to the resource is denied" i have started the docker desktop and its properly running on my machine . please help me with this.
@Javatechie
@Javatechie Жыл бұрын
Are you using the latest docker desktop ? It shouldn't ask for login . It might be different for os let's give a try try do docker login with your docker hub credential
@nehrumariappan7880
@nehrumariappan7880 Жыл бұрын
How you are getting formatted json in browser response
@Javatechie
@Javatechie Жыл бұрын
I have added pojoschematojson plugin in chrome browser
@rahulcse3970
@rahulcse3970 7 ай бұрын
I am getting No docker compose file found in directory why?
@Javatechie
@Javatechie 7 ай бұрын
Is your docker compose file present in root directory
@rahulcse3970
@rahulcse3970 7 ай бұрын
@@Javatechie yes it is in root only and i am using spring 3.2.1 version
@Javatechie
@Javatechie 7 ай бұрын
@@rahulcse3970 please share your error message with screenshot to javatechie4u@gmail.com
@aayush5474
@aayush5474 Жыл бұрын
This kills h2 database for testing
@Javatechie
@Javatechie Жыл бұрын
No not exactly but you can use a test container rather than h2
@hemanth1687
@hemanth1687 Жыл бұрын
Is there anyway to integrate it with kubernetes
@Javatechie
@Javatechie Жыл бұрын
Yes spring kubernetes module is there
@hemanth1687
@hemanth1687 Жыл бұрын
If possible can you please make video on that as well I think that is really required
@Aniruddhdwivedi
@Aniruddhdwivedi Жыл бұрын
@@Javatechie yes Basant, please make one video on spring-boot-kubernetes module as well.
@rishiraj2548
@rishiraj2548 Жыл бұрын
👍🙏🙏
@aadiraj6126
@aadiraj6126 Жыл бұрын
Hi Basant, I just copied your code & started my docker engine however I'm getting error as... FATAL : Password Authentication failed for user 'postgres' Is there any default password for postgres using docker ?
@Javatechie
@Javatechie Жыл бұрын
Can you please Try with the same credential that I have mentioned
@aadiraj6126
@aadiraj6126 Жыл бұрын
@@Javatechie ya tried with both, the one you gave...and the one I've for my locally installed postgres...also tried with removing username, password attributes.. nothing working
@Javatechie
@Javatechie Жыл бұрын
Do you have installed postgres in your machine? If yes can you please stop that service
@aadiraj6126
@aadiraj6126 Жыл бұрын
@@Javatechie Thank you for the solution. It worked like a charm. See, sometimes silly things kills our huge time, yesterday I spent whole night but nvr thought to stop that daemon process of postgres db engine 😁
@abbasrizvi1533
@abbasrizvi1533 11 ай бұрын
@@Javatechie where can we get our data if we do not have physical database, means by pulling postgres image and used once application get stop we lost our data right? that confusion I have please tell.
🔐 PII Data Masking Using Spring Boot | JavaTechie
11:23
Java Techie
Рет қаралды 14 М.
а ты любишь париться?
00:41
KATYA KLON LIFE
Рет қаралды 3,4 МЛН
Meet the one boy from the Ronaldo edit in India
00:30
Younes Zarou
Рет қаралды 18 МЛН
天使救了路飞!#天使#小丑#路飞#家庭
00:35
家庭搞笑日记
Рет қаралды 92 МЛН
Docker spring boot MySQL example | Spring boot MySQL docker
37:13
docker compose example | spring boot & mysql docker-compose
28:33
Getting started with Spring Boot AOT + GraalVM Native Images
21:03
How To Use Docker To Make Local Development A Breeze
21:53
ArjanCodes
Рет қаралды 309 М.
а ты любишь париться?
00:41
KATYA KLON LIFE
Рет қаралды 3,4 МЛН