JSP View in Spring Boot in 2 steps | Spring Boot Tutorial in Hindi

preview_player
Показать описание
In this video we are going to learn how to use jsp as a view in spring boot project. how to configure jsp for spring boot project in simple step
JSP View in Spring Boot in 2 steps | Spring Boot Tutorial in Hindi

#springboot #spring boot tutorial

Important Videos:

Important Playlist:

Important Links:

Gear that I use:
Gears that I Use:
Lenovo Ideapad S145 AMD Ryzen 5 15.6

Mic for Recording

Disclaimer:
All videos are for educational purposes and use them wisely. Any video may have a slight mistake, please take decisions based on your research. This video is not forcing anything on you.
Рекомендации по теме
Комментарии
Автор

1 ghanta se pareshan tha ye white label error se abhi samjh me aaya jasper dependency inject karna tha... Thanks bro

migaming
Автор

Thank you sir, I understand the project structure difference between html and jsp.
In spring boot application we will create the files in 'target' folder by default given, But if we want to create jsp files we have to create same html pages in etc, by giving extension of but we have to configure the properties file for prefix and suffix..

MrBasavaraja
Автор

If file is getting automatically downloaded even after adding jasper-tomcat dependency then just remove the <version> line from the dependency and everything will be fine.

harshhwardhanrai
Автор

If anybody not found jsp file then 1. Go to help
2 . Install new software
3. Select all available sites
4. Select XML, JAVA EE, OSGi enterprise development
5 . Then select eclipse web development tools
And then finish and you will get the jsp file after installing this software
But you should wait until installation

gourvigupta
Автор

Aapne Spring seekhna ekdum aasan kar diya hai

kaustubhchoudhary
Автор

durgesh vai hats of to you sir because of u and ur tutorial i have been able to learn so many things. best wishes to u and your family sir.

sujanbista
Автор

If someone is not able to load any JSP page then just restart the sts and after that run the project and enter the URL in browser or refresh the browser

stranger_karm
Автор

I struggled allot for jsp in sb, you solved it thanks

CashLootsOfficial
Автор

Guys if ur facing still that error then check ur JSP file is actually in views folder or not, mine was not so that I got this error and now my boot application working properly

prashantjannu
Автор

Hii sir.
1. Sir how much java we knows before learning spring-boot?
2. What should we know (java को छोड़ कर ) before learning the spring boot?

the_ashishthought
Автор

for big projects what would be better thymeleaf or react?

_kashishshukla
Автор

even after removing the jasper version, the jsp file gets downloaded everytime i access the jsp page, what to do now?

shobhitpokhriyal
Автор

Thank you very much Sir..it's very useful for me.😄😄😄

nimeshdhumal
Автор

though u explained n amazing way everytime i try to run using u r procedure it has one or the other problrm but when i try to follow some other video it runs fine again i really dont know why

apurvareddy
Автор

When JSP was not rendering...add tomcat-embed-jasper dependency ..whose version is same as tomcat - embed version in maven dependencies

raghavenderyadav
Автор

if download is still happening, try to remove version tag line from dependency <version> 9.0.3</version> and then update project, by right clicking project and then maven > update project .
also try to clean project, top tab project > clean and relaunch project and you are good to go

akashbais
Автор

Hello sir...hope you are doing good...facing one issue...I followed all your instructions but while creating a jsp file I'm not getting any option in the Select a wizard option tab for jsp file which comes under web and the web is also missing. could you please help me with the same?
Thanks

niteshranjan
Автор

hello actually my project structure is not in right way by default its create java and resources folder in and if i create folder in src so its third folder in the src can give me some solution for this

preetisharma
Автор

for those who are facing issue of jsp page downloading despite adding dependency, try the following:

1) Make sure that u have selected the correct pom.xml. because i accidently opened the other pom.xml file and was doing changes in it for hours. so don't do the same mistake as i did, crosscheck now!


2) remove the version tag from the dependency, then update the project it from right clicking on examplesecurity -> mave -> update project,
then clean the project by going to Project -> clean,
then refresh by right clicking on examplesecurity -> refresh

3)copy your URL and paste it in incognito mode

4) if nothing works, try relaunching STS after u have done all the stuff above and open in incognito

satvikkapoor
Автор

jsp file option is missing in wizard how to resolve it

shraddhakarle