Spring Boot Interview Questions And Answer | Spring Boot Interview Question Part 2 | Code Decode

  Рет қаралды 198,253

Code Decode

Code Decode

3 жыл бұрын

In this video of code decode Spring Boot Interview Questions And Answer for experienced and fresher we have covered some frequently asked spring boot interview questions and answers
Udemy Course of Code Decode on Microservice k8s AWS CICD link:
openinapp.co/udemycourse
Course Description Video :
yt.openinapp.co/dmjvd
Spring Boot Interview Questions And Answers || Spring Boot Tricky Interview Questions [MOST ASKED]
Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". Spring Boot helps you accelerate application development.
It looks at your classpath and at the beans you have configured, makes reasonable assumptions about what you are missing, and adds those items. With Spring Boot, you can focus more on business features and less on infrastructure.
For all Spring applications, you should start with the Spring Initializr. The Initializr offers a fast way to pull in all the dependencies you need for an application and does a lot of the setup for you.
Spring Boot Interview questions are usually tricky ones and we need to practice them before appearing for spring boot interviews.
A very common question asked is what is @SpringBootAnnotation
@SpringBootApplication is a convenience annotation that adds all of the following:
@Configuration: Tags the class as a source of bean definitions for the application context.
@EnableAutoConfiguration: Tells Spring Boot to start adding beans based on classpath settings, other beans, and various property settings. For example, if spring-web MVC is on the classpath, this annotation flags the application as a web application and activates key behaviors, such as setting up a DispatcherServlet.
@ComponentScan: Tells Spring to look for other components, configurations, and services in the com/example package, letting it find the controllers.
This video of spring boot interview questions and answers contains Top basic important spring boot interview questions and answers with a Live Demo.
Part 2 here contains a live demo and code base for multiple interview questions like :
Spring boot interview questions for experienced includes these imp questions
What is Spring Actuator? What are its advantages?
An actuator is a manufacturing term that refers to a mechanical device for moving or controlling something. Actuators can generate a large amount of motion from a small change.
In Spring boot whenever something goes wrong we need to debug and go through logs to see the issue.
Using Spring Actuator, you can access those flows like what bean is created, what is the CPU usage. And many more features.
By Default Exposed HTTP endpoints can be seen at
localhost:8090/actuator/httptrace.
How to create custom Endpoints -?
This can be achieved by adding the following annotations:
@Endpoint and @Component to class
@ReadOperation, @WriteOperation, or @DeleteOperation on method-level
@ReadOperation maps to HTTP GET
@WriteOperation maps to HTTP POST
@DeleteOperation maps to HTTP DELETE
This end point Displays HTTP trace information (by default, the last 100 HTTP request-response exchanges). Requires an HttpTraceRepository bean.
YAML and properties file difference and why to use YAML over properties file is also covered in this video.
-------------------------------------------------------------------------------------------------------------------------------------
Code Decode Playlists
Most Asked Core Java Interview Questions and Answers : • Core Java frequently a...
Advance Java Interview Questions and Answers : • Advance Java Interview...
Java 8 Interview Questions and Answers : • Java 8 Interview Quest...
Hibernate Interview Questions and Answers : • Hibernate Interview Qu...
Spring Boot Interview Questions and Answers : • Advance Java Interview...
Angular Playlist : • Angular Course Introdu...
GIT : • GIT
-------------------------------------------------------------------------------------------------------------------------------------
Subscriber and Follow Code Decode
Subscriber Code Decode : kzbin.info?...
Linkedin : / codedecodeyoutube
Instagram : / codedecode25
--------------------------------------------------------------------------------------------------------------------------------------
#codedecode #springBootInterviewQuestions #SpringBoot

Пікірлер: 225
@geetha9663
@geetha9663 3 жыл бұрын
Thank you so much for creating SB videos.. I just cleared my first round just by watching your videos...Request you to upload more Spring Boot interview questions of advanced level...Really appreciate your efforts in making these videos...Thanks a lot!!!
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks for the nice words Geetha. Sure will upload advanced level videos soon 🙂. All the best for your interviews, hope you land at your dream job soon 👍👍
@geetha9663
@geetha9663 3 жыл бұрын
@@CodeDecode Thank you:)
@aquarianguy9855
@aquarianguy9855 3 жыл бұрын
@@geetha9663 Hey can you please let me know where you have applied. Being a fresher I am also looking for a job. Please help me(hell.ozee22@gmail.com). Many Thanks.
@abhirb12
@abhirb12 3 жыл бұрын
@@CodeDecode : do you have videos in udemy?
@rohanthakur9159
@rohanthakur9159 4 ай бұрын
Yes​@@abhirb12
@gsaravanan41
@gsaravanan41 2 жыл бұрын
00:22 What is Spring Actuator? What are its advantages? 02:32 How to use Actuator in Spring boot application 06:32 07:29 09:09 09:49 Actuator Endpoints 11:29 16:09 16:39 16:50 17:30 18:55 21:49 Enabling HTTP Trace 21:54 24:34 How to create custom Endpoints 25:59 Steps to deploy Spring Boot web applications as JAR and WAR files?
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Saravanan 🙂
@keshavrajacharya1145
@keshavrajacharya1145 2 жыл бұрын
Amazing and absolutely real time interview questions. I loved it. Thank you for making such highly informative videos.
@KateShubham
@KateShubham Жыл бұрын
Your videos of SpringBoot interview questions are super helpful for someone new to the field like me. I am learning many new things specially when you show implementation/coding part. Thanks!
@pratibh123
@pratibh123 3 жыл бұрын
Hi, I'm pretty new to the spring. The tutorials uploaded are quite good and helpful however could you please help with the tutorial or references for the spring as well the tools being used in the presentation.
@1256dimple
@1256dimple 3 жыл бұрын
You doing superb! you dont know how much its helpful for people who are new as well as working! you clear concept from scratch. Followed this channel just cz of you! Thanks a lot!! Keep teaching and learning also 🤗
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Dimple for the motivation. All the best for your future. We hope you reach highest in your life. 👍👍👍👍
@solankijigar11
@solankijigar11 3 жыл бұрын
Thank you very much for the best video of the interview.
@CodeDecode
@CodeDecode 3 жыл бұрын
You're Welcome...
@subhampatidar2193
@subhampatidar2193 3 жыл бұрын
Thank you so much for such type of videos. It is really helpful for everyone.
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 🙏
@yohannestecle8453
@yohannestecle8453 Жыл бұрын
Great explanation, do you have the printable version on the power points on the video available for public ?
@piyushrayrikar
@piyushrayrikar 3 жыл бұрын
Must watch to revise, Thank you Code Decode
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks piyush 👍👍
@varshinit2131
@varshinit2131 3 жыл бұрын
helpful video. Appreciate your work!
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@geekaffairs6475
@geekaffairs6475 3 жыл бұрын
Yes please make more such videos. Doing good job.
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@visukcse
@visukcse 2 жыл бұрын
Hello Madam, I have a doubt regarding the explanation of the Advantages of YAML files over the properties files. You have added two annotations @ConfigurationProperties and @PropertySource. Without these annotations also, we can inject property value from application.yml, right?
@nagendersripada7798
@nagendersripada7798 3 жыл бұрын
Excellent way of teaching in therotical and practical approach...Please upload more interview questions on realtime end to end project from development to production and maintenance process
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Nagender, we have those videos, fulfilling your requirements kzbin.info/aero/PLyHJZXNdCXsdXxY8wupiLenux2Yafn1lN
@divyathiruvathuru1735
@divyathiruvathuru1735 3 жыл бұрын
Great efforts, thanks much for your crystal clear explanation 👍
@CodeDecode
@CodeDecode 3 жыл бұрын
You are Welcome...
@LakshmiNarayana_Lucky
@LakshmiNarayana_Lucky 3 жыл бұрын
Thank u so much.please do video on @Qualifier, JDBC configuration(connecting application with DB)
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure. This all I will cover with spring interview questions
@kazaasekhar
@kazaasekhar 3 жыл бұрын
After watching part1 got full interest and now after part2 wanted to share it to all my friends to promote this. Again thank you so much excellent voice.
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks a lot Sekhar. It means a lot 🙏👍👍
@saiprakash1125
@saiprakash1125 3 жыл бұрын
Hi Mam. Your videos are really good. Keep up the great work.👌 👏👏If possible can you share us the pot for fast reference before an interview. Thank you mam.
@ilearn1264
@ilearn1264 Ай бұрын
Great and Thank you. Informative and Practical
@CodeDecode
@CodeDecode Ай бұрын
Thanks
@sreeram543
@sreeram543 3 жыл бұрын
Awesome.. yesterday only i was looking about actuators and u made my day with clean explanations.. thanks to you ...now i got clear picture..
@CodeDecode
@CodeDecode 3 жыл бұрын
M glad your got what you are looking for 👍👍
@sreeram543
@sreeram543 3 жыл бұрын
@@CodeDecode I saw ppt as part of ur video .. is there any way you arrange videos as per ppt either desc or asc...?
@kasiyedumati9423
@kasiyedumati9423 3 жыл бұрын
Best video I have found in youtube today, I have an interview with UHG tomorrow 3rd technical round, thank you very you saved my time, I am confident enough to answer springboot related questions
@CodeDecode
@CodeDecode 3 жыл бұрын
All the very best kasi from team code decode. We hope u land at your dream job soon. Keep learning keep shining ⭐✨. All the very best 👍💯.
@kasiyedumati9423
@kasiyedumati9423 3 жыл бұрын
@@CodeDecode thank you very much
@Digital_madhu3
@Digital_madhu3 3 жыл бұрын
Please continue this interview questions series 🙏 It helps alot to aspirants..
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure 👍
@praveenthunuguntla
@praveenthunuguntla 3 жыл бұрын
Hi CodeDecoder, First of all thanks for the efforts to the video , learned good concepts. If we have 20 controllers and if we want to use properties from application.yml on all 20 controllers, do we have to add @propertysource annotation on all 20 controllers ?
@mdsaddamkhan8400
@mdsaddamkhan8400 7 ай бұрын
no you just have to add in the main class, that's it
@saurabhkailashchandrapuran8609
@saurabhkailashchandrapuran8609 3 жыл бұрын
you made my day madam.. it is really appreciable..you are great !! Please make separate video for @annotations of SpringBoot and make more videos on springBoot Interview Q & Answer.
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks for the nice words. m glad you are making an effort to learn spring boot. There are 2 parts already and will create more soon. You can check the playlist for more videos on spring boot
@sreejak6776
@sreejak6776 2 жыл бұрын
Please consider doing part 3 of this spring boot series...it is very helpful
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Sreeja, will do that soon 👍👍
@wahidsafi705
@wahidsafi705 2 жыл бұрын
Great content, Appreciate it.
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Wahid 🙂👍
@md1415
@md1415 3 жыл бұрын
Thank a ton great info
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@akashjain7319
@akashjain7319 3 жыл бұрын
To the woman behind these efforts, Thank you so much 🙏
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks🙏 Akash. It means a lot 🙂🙂
@pratibh123
@pratibh123 3 жыл бұрын
Will the applications developed be running as a standalone with out runtime container ? How can we deploy on the existing application server who has dedicated port numbers ?
@anjalijaiswal1750
@anjalijaiswal1750 2 жыл бұрын
This is awesome! please make a video on Spring transactions and JMS.
@CodeDecode
@CodeDecode 2 жыл бұрын
sure anjali we will make it soon....
@rajatmahajan5112
@rajatmahajan5112 3 жыл бұрын
Thank you very much. Please make 3rd part also for spring boot interview questions
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure we will create that soon ,Meanwhile you can check some interview Questions asked for written round of Spring boot kzbin.info/aero/PLyHJZXNdCXsebq3yfNKKObCx9lh8T1BBi
@huaqian3654
@huaqian3654 3 жыл бұрын
Great job!
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Hua....
@rajeshdhule7175
@rajeshdhule7175 2 жыл бұрын
you are creating really good content and that too all latest things ...Please create Spring boot tutorial starting from basics .. it will definitely help people who knows Java and start learning spring boot .. because your teaching skills and explanations are way too awesome
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Rajesh we will do that 🙂👍
@funforkids9927
@funforkids9927 2 жыл бұрын
This is a very super content video for fresher and experienced as well. it is helping a lot to everyone . Please make any new videos related to interview questions on spring boot. Thanks a lot again.🙂
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Kanika. We will do that 🙂🙂👍👍
@UU237
@UU237 3 жыл бұрын
Please do add more interview questions related to transactions,database and security in Spring boot.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure
@arunprasad9333
@arunprasad9333 3 жыл бұрын
Good resource.. Thank you
@CodeDecode
@CodeDecode 3 жыл бұрын
👍👍🙂
@ramtirumala5386
@ramtirumala5386 3 жыл бұрын
Regarding spring boot interview questions your doing gd job
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@prashantchaudhary8147
@prashantchaudhary8147 3 жыл бұрын
Excellent.. Very organized content..
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@sagarikasenapati4882
@sagarikasenapati4882 Жыл бұрын
Hi..your contents are amazing..also can you please share the ppt if possible..it will help us to quickly recap everything
@muralijava3603
@muralijava3603 3 жыл бұрын
Thankyou and appreciate your amazing work. I see your videos are very useful. Please do 3rd part on springboot please. I Think microservices are also jumping into panal now. Can you try on it as well please. Thankyoy
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure will upload videos on that too.
@avinashm3412
@avinashm3412 2 жыл бұрын
Thank you so much 🙏🙏🙏
@CodeDecode
@CodeDecode 2 жыл бұрын
you're welcome
@gayatric7243
@gayatric7243 2 жыл бұрын
This is really very helpful. Can you please create part-3 of this with more questions and answers ?
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Gayatri we will create it soon...
@akshayh935
@akshayh935 12 күн бұрын
Hi @codedecode can you please make video on multiple database configurations in spring boot application and how to identify which database is running at runtime?
@sarathkumarpgm
@sarathkumarpgm 3 жыл бұрын
Your awesome... Very helful every videos❤❤
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Sarath 👍👍🙂🙂
@surya5064
@surya5064 3 жыл бұрын
thank u so much, mam.. It is helping me a lot.... Keep doing
@CodeDecode
@CodeDecode 3 жыл бұрын
You are Welcome Surya....
@narendra_ingle
@narendra_ingle 3 жыл бұрын
I am big fan of you channel short knowledge and useful points
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@usamaansari7903
@usamaansari7903 3 жыл бұрын
u r doing heart work mam keep it up this is helping me alot
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@charanvelury6344
@charanvelury6344 3 жыл бұрын
Thanks Mam. That was fantastic. These were the questions that I was asked in my first round and I could clear it because of reading this. Thanks a lot. I owe you a big treat if I tend to meet you anytime
@CodeDecode
@CodeDecode 3 жыл бұрын
That's so nice of you Charan 🙃👍. Yes hopefully we will meet soon 👍👍
@CodeDecode
@CodeDecode 3 жыл бұрын
Many Congratulations on clearing your interview round 👍👍
@supriyakavuri1988
@supriyakavuri1988 6 ай бұрын
HI, reading from YAML does not require extra configuration
@munnukiranchowdhary
@munnukiranchowdhary 3 жыл бұрын
Superb mam... Nice explanation
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks 👍
@TheSunnyday16
@TheSunnyday16 3 жыл бұрын
This is an awesome video, packed with the important concept of Spring boot. Could you please make 3rd video as well if possible?
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure will upload that too soon
@avitesh1904
@avitesh1904 2 жыл бұрын
I dont think we need to do any extra code to read yml file instead of property file, Spring boot does support both just fine be default.
@shivamarora3808
@shivamarora3808 2 жыл бұрын
Thank you for this video. Please can you provide this ppt presentation via downloadable link. So that we can make notes.
@santoshpalli2109
@santoshpalli2109 Жыл бұрын
Thank you so much Madam ❤.
@CodeDecode
@CodeDecode Жыл бұрын
You're welcome
@josephnairpudupermanil8679
@josephnairpudupermanil8679 2 жыл бұрын
Really it's great content and it's very useful thank you Mam
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks Joseph 🙂👍
@Ravikumar-gj6qw
@Ravikumar-gj6qw 2 жыл бұрын
yes, continue the videos plz
@CodeDecode
@CodeDecode 2 жыл бұрын
sure we will create more on this
@JameS00989
@JameS00989 3 жыл бұрын
Nice video crisp and crystal clear 👍
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks Shakti 👍🙏
@prashanthdhn5216
@prashanthdhn5216 3 жыл бұрын
Simply take 🙇‍♀️ madam👌👌👌
@CodeDecode
@CodeDecode 3 жыл бұрын
😀 thanks 👍
@shailendranaruka8829
@shailendranaruka8829 3 жыл бұрын
Hi Ma'm, Can you please upload more videos for spring Boot and Microservices interview question. Thank you very much for your great effort.
@CodeDecode
@CodeDecode 3 жыл бұрын
sure i am planning to upload them soon
@AbhishekGupta-hk7sf
@AbhishekGupta-hk7sf 3 жыл бұрын
If you remove application.properties file from classpath, spring boot only searches for the name starts with "application". So need for writing YamlPropertySource is not required. But yes great efforts by you.....
@yashkaushik1008
@yashkaushik1008 2 жыл бұрын
how can we start two instances of tomcat server for the same application in spring boot ?
@abhisheksingh-np8yi
@abhisheksingh-np8yi 5 ай бұрын
Goat teacher ❤️
@CodeDecode
@CodeDecode 5 ай бұрын
Thanks 😊😊
@shalushende1175
@shalushende1175 3 ай бұрын
Pls create vedio for how yml support for map nd list
@nayanjain1431
@nayanjain1431 3 жыл бұрын
Please also make a video on React Js interview question.
@CodeDecode
@CodeDecode 3 жыл бұрын
Will upload soon. 👍
@harishtati5667
@harishtati5667 3 жыл бұрын
First of all thank you very much for sharing knowledge and these are very helpful as well. But i have a doubt mam like is yaml file configuration is mandatory for spring boot starter parent 2.2 above Version? And if we remove application.properties and keeping only application.yml then i think that configuration not necessary? Or do we need to add that yamlfactorybean still?
@avinashrawat5823
@avinashrawat5823 7 ай бұрын
I have also same doubt , because I have used .yaml file without any configuration
@komalsingh-vi2ur
@komalsingh-vi2ur Жыл бұрын
Hi,Can actuator also get the response time of an API?
@Rockvik332
@Rockvik332 2 жыл бұрын
great videos mam. please make video all the spring boot concepts.
@CodeDecode
@CodeDecode 2 жыл бұрын
Sure Vikas 👍👍
@shubhi2648
@shubhi2648 3 жыл бұрын
Thank you so much mam
@CodeDecode
@CodeDecode 3 жыл бұрын
👍👍🙃🙃
@maheshd3506
@maheshd3506 3 жыл бұрын
Your explanation was good and I have a question about management.server.port, where your getting this property
@CodeDecode
@CodeDecode 3 жыл бұрын
It's an inbuilt property. We are just modifying it's value in properties file
@jaydeeppatel1807
@jaydeeppatel1807 2 жыл бұрын
Thanks
@CodeDecode
@CodeDecode 2 жыл бұрын
🙂👍
@harshbaghel6546
@harshbaghel6546 3 жыл бұрын
Much helpful 🙏 can you please share your ppt.
@start1learn-n171
@start1learn-n171 2 жыл бұрын
TQ
@CodeDecode
@CodeDecode 2 жыл бұрын
WC
@kamallochanpadhi3582
@kamallochanpadhi3582 3 жыл бұрын
How to read yml file in springboot project based upon environment?
@aishurajas2507
@aishurajas2507 3 жыл бұрын
Please make vedio for microservices Interview questions
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure
@skmemories2381
@skmemories2381 2 жыл бұрын
Nice Videos mam..:)
@CodeDecode
@CodeDecode 2 жыл бұрын
Thanks
@hrushikeshagrawal7875
@hrushikeshagrawal7875 2 жыл бұрын
Thanks Mam detail explanations. I can get the document or ppt to revise the answers before interviews.
@CodeDecode
@CodeDecode 2 жыл бұрын
It's in description below Hrushikesh 🙂👍
@aarushijain7272
@aarushijain7272 2 жыл бұрын
Thank you ma'am for these amazing videos.. I have a question.. doesn't actuator exposes really important info about server to normal user..? as it is directly accessible with just the url?
@CodeDecode
@CodeDecode 2 жыл бұрын
True Aarushi. You can use security config to hide it on prod env. 👍👍
@aayush481
@aayush481 2 жыл бұрын
if you could share your ppt, that would be great !
@kavithareddy6998
@kavithareddy6998 3 жыл бұрын
Thank you so much. Your videos are really helping alot. One suggestion video clarity is missing. Can you take care of that.
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure Kavitha, we have fixed that in next videos. Hope that might help. Nice observation. Thanks for letting us know 🙂🙂🙂🙂
@chandup832
@chandup832 3 жыл бұрын
where can I get the video ppt? thanks!
@DungNguyen-sq6sy
@DungNguyen-sq6sy 3 жыл бұрын
hi, can you share the slide? it is much appriciated
@silpavig6838
@silpavig6838 3 жыл бұрын
Please create video on collection and multi threading interview questions
@CodeDecode
@CodeDecode 3 жыл бұрын
Collection interview question is already created please refer below link : kzbin.info/www/bejne/gZfSf4yli7p1gKs
@vishnunairv4u
@vishnunairv4u 3 жыл бұрын
Excellent .. apart from too much restarts.. apply dev-tools :) If u are planning that as a video then pardon :)
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure but Dev tools auto builds the application so Fast that it's difficult for me to prove viewers that it's changed only after I have coded that particular LOC( line of code)😝
@Joe-qv2jo
@Joe-qv2jo Жыл бұрын
This playlist is not ordered. Can you please order the videos plsssssss
@shrutigupta-pl2mi
@shrutigupta-pl2mi 3 жыл бұрын
Hi Mam, please also make a video on Angular9 interview questions
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure will upload soon
@dawednesru5353
@dawednesru5353 3 жыл бұрын
Thank you sis. This is extremely useful video!
@CodeDecode
@CodeDecode 3 жыл бұрын
Thanks for the nice words 👍
@user-gy6wf8cw3q
@user-gy6wf8cw3q 5 ай бұрын
mam can you please provide ppt of this videos. it will be a lot more helpful for revision after watching these videos. Amazing videos
@SKCSPavithraHB
@SKCSPavithraHB 4 ай бұрын
Mam can we get videos about springboot from the basics?
@The_Pradhan_The_Headstrong
@The_Pradhan_The_Headstrong Жыл бұрын
❤️
@CodeDecode
@CodeDecode Жыл бұрын
🙂
@Vithal_Nivargi
@Vithal_Nivargi 2 жыл бұрын
mam I am following your all videos All are awesome!! I would request you if it is possible pls, can you send ppt/notes.
@sudheershettigar3499
@sudheershettigar3499 3 жыл бұрын
mam, Your are given a important information about a S.B. Can plz cover the all the interview questions related to Spring boot. thank you.
@CodeDecode
@CodeDecode 3 жыл бұрын
sure will cover maximum questions soon
@Naveenandhimanshu
@Naveenandhimanshu 3 жыл бұрын
Can you please share the pdf with us which you are showing .
@hrishikeshshukla4828
@hrishikeshshukla4828 Жыл бұрын
Can we get this complete PPT?
@bollywood90ssongs65
@bollywood90ssongs65 3 жыл бұрын
How spring boot profiles will change dynamically when we deploy application??
@CodeDecode
@CodeDecode 3 жыл бұрын
It's because of the property : spring.profiles. active , it's usually set in arguments of server like tomcat of that particular server. So if server is dev then this property is set as dev and hence in application, that property is picked up. If server is of prod then this property is set as prod in arguments of tomcat and hence prod property file is picked up by tomcat. Is it clear now?
@snehalakkar772
@snehalakkar772 3 жыл бұрын
Can u create video on Spring boot in details and also how to use two different databases in spring boot
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure, we will create a video on that 👍👍
@soumyashree3405
@soumyashree3405 3 жыл бұрын
I am getting following error, though I have added the same code as shown. Can you please help. *************************** APPLICATION FAILED TO START *************************** Description: Failed to bind properties under 'yaml' to com.first.controller.FirstSpringBootController: Reason: Failed to bind properties under 'yaml' to com.first.controller.FirstSpringBootController Action: Update your application's configuration
@xarzu
@xarzu Жыл бұрын
east indian accent sounds so awesome with women. I love it.
@CodeDecode
@CodeDecode Жыл бұрын
🤪🤣
@amhar5677
@amhar5677 2 жыл бұрын
I have less experience in spring boot,Java, microservices but the interviewer asking me more experienced questions on Java, microservices and spring boot please give me suggestions and solution i am waiting for your reply
@sindhuraps3363
@sindhuraps3363 3 жыл бұрын
Can you please make a video on REST interview questions?
@CodeDecode
@CodeDecode 3 жыл бұрын
Sure Sindhura 👍👍
@AbhishekGupta-hk7sf
@AbhishekGupta-hk7sf 3 жыл бұрын
Can you show some realtime use of custom actuator
@CodeDecode
@CodeDecode 3 жыл бұрын
If you have your application deployed in production, how will you check if your api is up and running our not. That's where actuators come into picture
Самый Молодой Актёр Без Оскара 😂
00:13
Глеб Рандалайнен
Рет қаралды 11 МЛН
КОМПОТ В СОЛО
00:16
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 30 МЛН
Iron Chin ✅ Isaih made this look too easy
00:13
Power Slap
Рет қаралды 35 МЛН
Clown takes blame for missing candy 🍬🤣 #shorts
00:49
Yoeslan
Рет қаралды 40 МЛН
Top 25 Microservice Interview Questions Answered - Java Brains
39:54
Самый Молодой Актёр Без Оскара 😂
00:13
Глеб Рандалайнен
Рет қаралды 11 МЛН