Spring Boot Whitelabel error page | Easy Solution

preview_player
Показать описание
This video explain one of the easiest way to tackle whitelabel error page in springboot.

One of the best book for Interview Questions

📌 Do Subscribe for all Updates.

Telegram : Drunken Engineer

You can follow us on Facebook :

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

I think every day what types of doubts am getting recently you are making exact videos on them Thanks💙

saivarma
Автор

Thank you so much for this information. i was tired of searching for a solution for white label. i tried everything and then fortunately found your video. It helped me .Please keep up your good work.

sheenamunjal
Автор

Thanks man. This made me think about a big issue I was experiencing with several packages and one Spring bean not being recognized. I wasn't using componenScan correctly.

jonnydonacar
Автор

Very useful and informative video, please keep making 👍

shravan
Автор

Thankyou so much you saved my Day :) Stay blessed

uvanana.
Автор

Thankyou brother !! It was a great help. First method worked.

highlycurious
Автор

It worked on browser!!! From last 4 to 5 hours i was searching for it hush finally at least got on browser

sailisurve
Автор

by default @SpringBootApplication scans the base package in which we have the main, so earlier the controller package was not scanned and hence we got whitelabel error, sol: either use default hierarchy or explicitly scan base package

HemantKumar_rocks
Автор

thank you ...i have been trying to solvve this error for 2-3 days..but you saved my week thanks again

skyi
Автор

@SpringBootApplication combines three annotations, and one of them is @ComponentScan annotation, I think that it is not good to include @ComponentScan annotation, although, I think that due to packages that you've created. if you create a sub-package under the package that holds MobiquityApplication class, the issue going to be resolved easily

houssamel
Автор

Hey can you please share more java 8 and spring boot coding or interview question.. any tutorial u would like to recommend for springboot

sapnaverma
Автор

Thanks a lot. The second option of refactoring the package name did it for me.

myhowtodoit
Автор

thanks a lot for this post . several google searches were taking me to different parts, but not asking to check if the @ComponentScan annotation was present in the class that bootstraps the SpringBoot application .

singlekasi
Автор

Very helpful i am very frustrate this problem thanku so much finally resolved the issue ❤💯🙏

sscode
Автор

Pla upload springboot microservices interview questions with realtime exsmples

vasuc
Автор

Thank you sir for providing the solution...greaat job..

giriprasadp
Автор

Please make a video on SpringBoot interview questions

SubbaReddyMaramReddy
Автор

Hi, I have a question from Spring boot. Could you please help me?

If we add any customized data in the application.property file or Yml file. How can we access that data to our code?

foodiegirldiya
Автор

thank you so much for informative video.

jurfemb
Автор

I tried whatever you said still I could not resolve this error. I have been stuck on this problem for a day.

pradyumnasinha