Это видео недоступно.
Сожалеем об этом.

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

Поделиться
HTML-код
  • Опубликовано: 14 авг 2024
  • 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/u...
    Course Description Video :
    yt.openinapp.c...
    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 : www.youtube.co...
    Linkedin : / codedecodeyoutube
    Instagram : / codedecode25
    --------------------------------------------------------------------------------------------------------------------------------------
    #codedecode #springBootInterviewQuestions #SpringBoot

Комментарии • 225

  • @geetha9663
    @geetha9663 3 года назад +31

    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 года назад +4

      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 года назад +1

      @@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 5 месяцев назад

      Yes​@@abhirb12

  • @gsaravanan41
    @gsaravanan41 2 года назад +17

    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?

  • @supriyakavuri1988
    @supriyakavuri1988 7 месяцев назад +1

    HI, reading from YAML does not require extra configuration

  • @visukcse
    @visukcse 2 года назад +5

    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?

  • @KateShubham
    @KateShubham Год назад +1

    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!

  • @akashjain7319
    @akashjain7319 3 года назад +1

    To the woman behind these efforts,
    Thank you so much 🙏

    • @CodeDecode
      @CodeDecode  3 года назад

      Thanks🙏 Akash. It means a lot 🙂🙂

  • @funforkids9927
    @funforkids9927 2 года назад +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 🙂🙂👍👍

  • @ilearn1264
    @ilearn1264 Месяц назад +1

    Great and Thank you. Informative and Practical

  • @josephnairpudupermanil8679
    @josephnairpudupermanil8679 2 года назад +1

    Really it's great content and it's very useful thank you Mam

  • @kasiyedumati9423
    @kasiyedumati9423 3 года назад +1

    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 года назад +2

      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

  • @keshavrajacharya1145
    @keshavrajacharya1145 2 года назад +3

    Amazing and absolutely real time interview questions. I loved it. Thank you for making such highly informative videos.

  • @harishtati5667
    @harishtati5667 3 года назад +5

    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 8 месяцев назад

      I have also same doubt , because I have used .yaml file without any configuration

  • @Digital_madhu3
    @Digital_madhu3 3 года назад +4

    Please continue this interview questions series 🙏
    It helps alot to aspirants..

  • @kazaasekhar
    @kazaasekhar 3 года назад +1

    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 🙏👍👍

  • @1256dimple
    @1256dimple 3 года назад +1

    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 года назад +1

      Thanks Dimple for the motivation. All the best for your future. We hope you reach highest in your life. 👍👍👍👍

  • @piyushrayrikar
    @piyushrayrikar 3 года назад +1

    Must watch to revise, Thank you Code Decode

  • @prashantchaudhary8147
    @prashantchaudhary8147 3 года назад +1

    Excellent.. Very organized content..

  • @narendra_ingle
    @narendra_ingle 3 года назад +1

    I am big fan of you channel short knowledge and useful points

  • @munnukiranchowdhary
    @munnukiranchowdhary 3 года назад +1

    Superb mam... Nice explanation

  • @UU237
    @UU237 3 года назад +2

    Please do add more interview questions related to transactions,database and security in Spring boot.

  • @akshayh935
    @akshayh935 29 дней назад

    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?

  • @sreeram543
    @sreeram543 3 года назад +1

    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...?

  • @sreejak6776
    @sreejak6776 3 года назад +1

    Please consider doing part 3 of this spring boot series...it is very helpful

    • @CodeDecode
      @CodeDecode  3 года назад

      Sure Sreeja, will do that soon 👍👍

  • @pratibh123
    @pratibh123 3 года назад +2

    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.

  • @prashanthdhn5216
    @prashanthdhn5216 3 года назад +1

    Simply take 🙇‍♀️ madam👌👌👌

  • @nagendersripada7798
    @nagendersripada7798 3 года назад +1

    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
      ruclips.net/p/PLyHJZXNdCXsdXxY8wupiLenux2Yafn1lN

  • @geekaffairs6475
    @geekaffairs6475 3 года назад +1

    Yes please make more such videos. Doing good job.

  • @rajeshdhule7175
    @rajeshdhule7175 2 года назад +1

    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 года назад +1

      Sure Rajesh we will do that 🙂👍

  • @saurabhkailashchandrapuran8609
    @saurabhkailashchandrapuran8609 3 года назад +1

    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 года назад +1

      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

  • @subhampatidar2193
    @subhampatidar2193 3 года назад +1

    Thank you so much for such type of videos. It is really helpful for everyone.

  • @anjalijaiswal1750
    @anjalijaiswal1750 2 года назад +1

    This is awesome! please make a video on Spring transactions and JMS.

    • @CodeDecode
      @CodeDecode  2 года назад

      sure anjali we will make it soon....

  • @avitesh1904
    @avitesh1904 2 года назад +1

    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.

  • @charanvelury6344
    @charanvelury6344 3 года назад +2

    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 👍👍

  • @abhisheksingh-np8yi
    @abhisheksingh-np8yi 6 месяцев назад +2

    Goat teacher ❤️

  • @aishurajas2507
    @aishurajas2507 3 года назад +6

    Please make vedio for microservices Interview questions

  • @solankijigar11
    @solankijigar11 3 года назад +2

    Thank you very much for the best video of the interview.

  • @JameS00989
    @JameS00989 3 года назад +1

    Nice video crisp and crystal clear 👍

  • @huaqian3654
    @huaqian3654 3 года назад +1

    Great job!

  • @sarathkumarpgm
    @sarathkumarpgm 3 года назад +1

    Your awesome... Very helful every videos❤❤

    • @CodeDecode
      @CodeDecode  3 года назад

      Thanks Sarath 👍👍🙂🙂

  • @rajatmahajan5112
    @rajatmahajan5112 3 года назад +1

    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
      ruclips.net/p/PLyHJZXNdCXsebq3yfNKKObCx9lh8T1BBi

  • @yohannestecle8453
    @yohannestecle8453 Год назад +1

    Great explanation, do you have the printable version on the power points on the video available for public ?

  • @TheSunnyday16
    @TheSunnyday16 3 года назад +4

    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 года назад +3

      Sure will upload that too soon

  • @arunprasad9333
    @arunprasad9333 3 года назад +1

    Good resource.. Thank you

  • @divyathiruvathuru1735
    @divyathiruvathuru1735 3 года назад +1

    Great efforts, thanks much for your crystal clear explanation 👍

  • @santoshpalli2109
    @santoshpalli2109 Год назад +1

    Thank you so much Madam ❤.

  • @Rockvik332
    @Rockvik332 3 года назад +1

    great videos mam. please make video all the spring boot concepts.

  • @usamaansari7903
    @usamaansari7903 3 года назад +1

    u r doing heart work mam keep it up this is helping me alot

  • @wahidsafi705
    @wahidsafi705 2 года назад +1

    Great content, Appreciate it.

  • @varshinit2131
    @varshinit2131 3 года назад +1

    helpful video. Appreciate your work!

  • @shailendranaruka8829
    @shailendranaruka8829 3 года назад +2

    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

  • @muralijava3603
    @muralijava3603 3 года назад +1

    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.

  • @surya5064
    @surya5064 3 года назад +1

    thank u so much, mam.. It is helping me a lot.... Keep doing

    • @CodeDecode
      @CodeDecode  3 года назад

      You are Welcome Surya....

  • @hrushikeshagrawal7875
    @hrushikeshagrawal7875 2 года назад +1

    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 🙂👍

  • @LakshmiNarayana_Lucky
    @LakshmiNarayana_Lucky 3 года назад +1

    Thank u so much.please do video on @Qualifier, JDBC configuration(connecting application with DB)

    • @CodeDecode
      @CodeDecode  3 года назад +1

      Sure. This all I will cover with spring interview questions

  • @start1learn-n171
    @start1learn-n171 2 года назад +1

    TQ

  • @skmemories2381
    @skmemories2381 2 года назад +1

    Nice Videos mam..:)

  • @nayanjain1431
    @nayanjain1431 3 года назад +4

    Please also make a video on React Js interview question.

  • @kavithareddy6998
    @kavithareddy6998 3 года назад +1

    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 🙂🙂🙂🙂

  • @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.....

  • @jaydeeppatel1807
    @jaydeeppatel1807 2 года назад +1

    Thanks

  • @avinashm3412
    @avinashm3412 2 года назад +1

    Thank you so much 🙏🙏🙏

  • @sagarikasenapati4882
    @sagarikasenapati4882 Год назад

    Hi..your contents are amazing..also can you please share the ppt if possible..it will help us to quickly recap everything

  • @aarushijain7272
    @aarushijain7272 2 года назад +1

    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. 👍👍

  • @xarzu
    @xarzu Год назад +1

    east indian accent sounds so awesome with women. I love it.

  • @Ravikumar-gj6qw
    @Ravikumar-gj6qw 2 года назад

    yes, continue the videos plz

    • @CodeDecode
      @CodeDecode  2 года назад

      sure we will create more on this

  • @ramtirumala5386
    @ramtirumala5386 3 года назад +1

    Regarding spring boot interview questions your doing gd job

  • @shalushende1175
    @shalushende1175 4 месяца назад

    Pls create vedio for how yml support for map nd list

  • @md1415
    @md1415 3 года назад +1

    Thank a ton great info

  • @snehalakkar772
    @snehalakkar772 3 года назад +1

    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 👍👍

  • @shubhi2648
    @shubhi2648 3 года назад +1

    Thank you so much mam

  • @user-gy6wf8cw3q
    @user-gy6wf8cw3q 6 месяцев назад

    mam can you please provide ppt of this videos. it will be a lot more helpful for revision after watching these videos. Amazing videos

  • @venkatasaikrishnak6984
    @venkatasaikrishnak6984 3 года назад +1

    Please create video for next part as well.

    • @CodeDecode
      @CodeDecode  3 года назад

      sure we will create one soon...

  • @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 ?

  • @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...

  • @AbhishekGupta-hk7sf
    @AbhishekGupta-hk7sf 3 года назад +2

    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

  • @silpavig6838
    @silpavig6838 3 года назад +1

    Please create video on collection and multi threading interview questions

    • @CodeDecode
      @CodeDecode  3 года назад

      Collection interview question is already created please refer below link : ruclips.net/video/KfoNYoVUBJI/видео.html

  • @vishnunairv4u
    @vishnunairv4u 3 года назад +1

    Excellent .. apart from too much restarts.. apply dev-tools :) If u are planning that as a video then pardon :)

    • @CodeDecode
      @CodeDecode  3 года назад +4

      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)😝

  • @maheshd3506
    @maheshd3506 3 года назад +1

    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

  • @shivamarora3808
    @shivamarora3808 2 года назад

    Thank you for this video.
    Please can you provide this ppt presentation via downloadable link.
    So that we can make notes.

  • @sindhuraps3363
    @sindhuraps3363 3 года назад +1

    Can you please make a video on REST interview questions?

  • @sudheershettigar3499
    @sudheershettigar3499 3 года назад +1

    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

  • @virajnaik102
    @virajnaik102 2 года назад

    Thank you for this video.
    In one of the interview two questions asked. Could you please help me on that also
    1) How the GC work with Spring boot.
    2) How to create custom annotations with Spring boot.

  • @umaparvathi606
    @umaparvathi606 3 года назад +1

    Can u please make a video for actuator and custom endpoints and yaml please

    • @CodeDecode
      @CodeDecode  3 года назад

      Sure Uma. 🙂🙂👍👍

  • @SKCSPavithraHB
    @SKCSPavithraHB 5 месяцев назад

    Mam can we get videos about springboot from the basics?

  • @shrutigupta-pl2mi
    @shrutigupta-pl2mi 3 года назад +1

    Hi Mam, please also make a video on Angular9 interview questions

  • @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.

  • @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

  • @The_Pradhan_The_Headstrong
    @The_Pradhan_The_Headstrong Год назад +1

    ❤️

  • @Abinash91
    @Abinash91 3 года назад +1

    Hello, I am facing difficulty in answering a question every time : "How do you do error handling in Spring Boot." Do you have any videos on it? And Secondly, can I have some PPTs you have used - for quick reference before interviews?

    • @CodeDecode
      @CodeDecode  3 года назад

      ruclips.net/video/WH_d9Tw4CPs/видео.html

    • @CodeDecode
      @CodeDecode  3 года назад

      ruclips.net/video/hLlGAQ5NfTE/видео.html

    • @CodeDecode
      @CodeDecode  3 года назад

      These will help you with the same Abinash. All the very best 👍👍

    • @Abinash91
      @Abinash91 3 года назад +1

      @@CodeDecode - Thank you so much for the quick response.

    • @CodeDecode
      @CodeDecode  3 года назад +1

      Any time Abinash 👍🙂

  • @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 8 месяцев назад

      no you just have to add in the main class, that's it

  • @varaprasadkeerthi3956
    @varaprasadkeerthi3956 2 года назад +1

    Can u please create 3rd video also

  • @bollywood90ssongs65
    @bollywood90ssongs65 3 года назад +1

    How spring boot profiles will change dynamically when we deploy application??

    • @CodeDecode
      @CodeDecode  3 года назад +1

      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?

  • @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

  • @shravankulkarni786
    @shravankulkarni786 Год назад

    Please use devtools, so that u dont need to stop and start the application again and again in ur videos

  • @rakeshkachhadiya
    @rakeshkachhadiya Год назад +1

    Seems you have lots of Dogs in your area. in All videos, i always hear some background noise. But all good. Nothing is bothering it. :)

    • @CodeDecode
      @CodeDecode  Год назад

      Yeah really sorry about that. Even if I make videos at night still they are in onnn mode😃. Nothing much I am able do about it🙏

  • @yashkaushik1008
    @yashkaushik1008 2 года назад

    how can we start two instances of tomcat server for the same application in spring boot ?

  • @praveenaa6836
    @praveenaa6836 3 года назад +1

    Thank u so much for video to easy learning of spring boot framework.part 2 video is not cleared.

    • @CodeDecode
      @CodeDecode  3 года назад

      What is not clear please let me know so that I can clear that out to you

    • @praveenaa6836
      @praveenaa6836 3 года назад

      Content is not clear

  • @aayush481
    @aayush481 2 года назад

    if you could share your ppt, that would be great !

  • @Naveenandhimanshu
    @Naveenandhimanshu 3 года назад +1

    Can you please share the pdf with us which you are showing .

  • @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.