This application has no explicit mapping for /error , so you are seeing this as a fallback
@humayonakhtar20045 ай бұрын
spring boot thymeleaf has very complex kinda yet delicate syntax thats why u people often get error i salute this man he has made perfect beginner video
@CalisthenicWithMe1310 күн бұрын
here i solved the error.. dont keep index,html in template instead of that keep it in static ... for me it showing the html layout
@rodrigoespinoza27552 жыл бұрын
Very good example my friend. ⭐⭐⭐⭐⭐
@un7sh226 Жыл бұрын
when submitting I am getting directed to an error screen and the form data is not printing in the console.
@marianomaidana108911 ай бұрын
Just prints "index". For the whitelabel error I changed Controller for RestController, and copied thymeleaf to the pom, but it just says index. And when I write "/register" the white label error apears again. Is there a configuration you didn't show that tells the app to call the templates package?
@yaroslavprozorov11 ай бұрын
It prints "index" because you changed Controller to RestControlle, Rest API sends you information in JSON format (which means change back). And if you don't place your index.html or welcome.html in the resource/template (maybe you need to create it), you will get a Whitelabel page. Because the template engine is trying to find your .html in this path.
@someone.2711 ай бұрын
I am recieving an error 404
@viralsolanki175310 ай бұрын
place your html file in static folder
@linebreaker8751 Жыл бұрын
It gives error the error "Whitelabel Error Page". The difference I made in my code is the content of the index file. I simply used a hello world code for index file intead.
@FraserBogs Жыл бұрын
same
@ipchicky Жыл бұрын
@@igorjacko4128 Thank you for your comment. My problem is almost solved. But CSS page is not worked. :)
@hannahb5210 Жыл бұрын
When I got this error my issue was that I didn't make a "templates" folder to put the index.html file in.
@DivyabharathiKandhasami7 ай бұрын
@@hannahb5210 you are using the spring intializr to download you dependencies like lombok,spring web, dev tools etc then you will import it on your springboot IDE. src/main/resources here you will got the template directory. try this
@WorldInventionsTelugu Жыл бұрын
Html is not showing
@rachamallidorasrivignesh44995 ай бұрын
in your code suffix prefix are not written sir, i am trying from my side i am getting error
@berlincmos3 ай бұрын
Great Job Sir
@dumalasrinivas61608 ай бұрын
Good explaination broo instead using bootStrap thymleaf you used just html and that was good for beginers without any confusion you explained clearly keep going on broo
@chiragvenkatesh6466 Жыл бұрын
please help not getting the html page, it just prints index on screen
@abhishekpawar5804 Жыл бұрын
yes
@sergiocosta6610 Жыл бұрын
For me it was missing the "spring-boot-starter-thymeleaf" dependency on pom.xml file
@simonpino-buisson4929 Жыл бұрын
I had the annotation @RestController instead of @Controller. When I put controller, it worked
@youssefenhari74997 ай бұрын
3lach dayer photo dyal bent fel profile
@vicky-xb1lj6 ай бұрын
A decent video bro. Instead of using bait, be confident in your skills
@jayasree6010 Жыл бұрын
run as web browser is not displayed, when I click on the html page, instead of that it is showing run as configuration
@ronitpandey904 Жыл бұрын
Why is your youtube channel logo of a female???
@technicalresi545111 ай бұрын
Great video thank you so much 😊❤
@Kamal-kl8fm Жыл бұрын
great video
@soham273211 ай бұрын
thanks bhai .. it to the point .
@_fortune_man8 ай бұрын
왜 다크모드 안쓰지 찐광기인가
@Poovarasan.k-u1u Жыл бұрын
bro how to add background img of this html file.
@CashLootsOfficial Жыл бұрын
Perfection
@swarnavachakraborty4443 жыл бұрын
I need next part
@okayjava3 жыл бұрын
all about H2 kzbin.info/www/bejne/q6C7fmtoe9eMeNU
@okayjava3 жыл бұрын
kzbin.info/www/bejne/o6TNZJ6ChLF2arM
@swarnavachakraborty4443 жыл бұрын
@@okayjava I watched your video, I'm using PostgreSQL, and it's work for me, Thanks for the video
@swarnavachakraborty4443 жыл бұрын
Recommend: Make service class maintain MVC, want delete row by id, want update by id
@okayjava3 жыл бұрын
sure, will do that. pls watch kzbin.info/www/bejne/rJSVhGalj9KImZo.thank you