Sir how you added external jars ? 3.32 min in the video didn't understanding that how you take Jakarta sevlate jar can you please tell me
@PrashantSharmaOfficial6 күн бұрын
You need to download the mentioned dependencies from maven central as I stated in the video.
@PrashantSharmaOfficial6 күн бұрын
You need to download the mentioned dependencies from maven central as I stated in the video.
@khageswarnayak615 күн бұрын
great keep going
@shivaakira133017 күн бұрын
Could please add the pagination and security for this project.
@4rak63520 күн бұрын
sir can you provide source code
@PrashantSharmaOfficial19 күн бұрын
It's in the video description now. Please check.
@jaiswalvikas496520 күн бұрын
Put link of project/source code on every video description
@alokfire659421 күн бұрын
COUPON CODE EXPIRED!
@PrashantSharmaOfficial11 күн бұрын
It was for a limited time period only
@paulinhojorgeeАй бұрын
top. congratulations!🏆🏆
@benstokes3377Ай бұрын
You didnt properly mention which dependencies to use, which can lead to white label error page. SO these are all the dependencies that you will need to include in your pom.xml file for Maven to import in the project: ``` <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-jpa</artifactId> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> <version>4.0.1</version> <scope>provided</scope> </dependency> <dependency> <groupId>jakarta.servlet.jsp.jstl</groupId> <artifactId>jakarta.servlet.jsp.jstl-api</artifactId> <version>2.0.0</version> </dependency> <dependency> <groupId>org.glassfish.web</groupId> <artifactId>jakarta.servlet.jsp.jstl</artifactId> <version>2.0.0</version> </dependency> <dependency> <groupId>org.apache.taglibs</groupId> <artifactId>taglibs-standard-impl</artifactId> <version>1.2.5</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <scope>runtime</scope> <optional>true</optional> </dependency> <dependency> <groupId>com.mysql</groupId> <artifactId>mysql-connector-j</artifactId> <scope>runtime</scope> </dependency> <dependency> <groupId>org.apache.tomcat.embed</groupId> <artifactId>tomcat-embed-jasper</artifactId> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>bootstrap</artifactId> <version>4.6.0</version> </dependency> <dependency> <groupId>org.webjars</groupId> <artifactId>jquery</artifactId> <version>1.9.1</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency> </dependencies> ```
@sahilpanjabi192Ай бұрын
Thank you Sir
@sailisurve4603Ай бұрын
Hey i tried doing this while running 14:58 it saying couldn't connect to host port 993 ,timeout . I tried proxy fire wall . It seems that issue is with port. I did troubleshooting but didn't work
@gio-j3dАй бұрын
perfect but i want to add that he can see the expected weather for the next 5 days and i want an api with free unlimited requests for that
@PrashantSharmaOfficialАй бұрын
Check the official webpage, you will see the api for next 5 days. Now, for unlimited responses, you need to pay it won't be free.
@gio-j3dАй бұрын
@@PrashantSharmaOfficial is there an various one not open weather map but unlimited for free
@PrashantSharmaOfficialАй бұрын
@@gio-j3d I don't think so, but you can still try to google.
@gio-j3dАй бұрын
@@PrashantSharmaOfficial okay , thanks pro
@smartnet24Ай бұрын
Great job! Is there any way to add weather alarms?
@PrashantSharmaOfficialАй бұрын
Yeah, based on a certain temperature you can generate emails or whatnot.
@smartnet24Ай бұрын
Bro! Could you please update the code to the newer version.. i try but faced the issue with driver v130. Great job any way! Thanks
@PrashantSharmaOfficialАй бұрын
Ok, I'll try.
@mayanktomar9562Ай бұрын
Sir fresher ko kis level ke project lagane chahiye jisse selection ho jaaye
@PrashantSharmaOfficialАй бұрын
You can try working on simple projects like GUI based first to gain more exposure than go ahead with the advanced projects.
@TurboXTechАй бұрын
Best tutorial! Simple and clean explanation.
@linconkumar9975Ай бұрын
so instead of downloading the packages that you have mentioned at 3:30 can we just copy the pom file of yours and paste int then refresh the maven ?
@PrashantSharmaOfficial6 күн бұрын
No, you need to download the dependencies.
@praveen3123Ай бұрын
Interview starts @15:00
@jevonne8160Ай бұрын
Being trying to export a chart from excel to a word document using POI. Do you have a tutorial on this?
@chandru_Ай бұрын
thanks for this solution Prashant
@technofightofficial2 ай бұрын
But bro if board size increase then how manage it ??
@PrashantSharmaOfficial2 ай бұрын
Why would it increase? It should be only 3 by 3 grid having just 9 cells.
@TheEngineerReadingRoom2 ай бұрын
Everyone else, made the videos for promotions and make money... made me confused to learn... But, I found this video... really helpful Man
@nethminafernando37492 ай бұрын
Book table is not creating when i run the application
@sahilpanjabi192Ай бұрын
i have the same issue, did u solve it
@pritam...87962 ай бұрын
Please also add pagination, validation and exception handling
@bidhanthegamer2 ай бұрын
I have liked and subscribed to your channel
@bidhanthegamer2 ай бұрын
I can understand this in english but in hindi I can understand better
@PrashantSharmaOfficial2 ай бұрын
Ok
@bidhanthegamer2 ай бұрын
Can you make this same thing in hindi for me please 😢
@PrashantSharmaOfficial2 ай бұрын
Will try
@bidhanthegamer2 ай бұрын
Thanks bro
@DhanshreeKurade2 ай бұрын
Hello Sir, when i add a new ToDo item it gets added successfully but the saved data is not visible in the table in home page. Can you help me with this?
@PrashantSharmaOfficial2 ай бұрын
Send me your Github repo link, I'll take a look.
@heylearner44862 ай бұрын
Thank you
@ALOKSINGH-d5g2 ай бұрын
thank you
@saikumar2062 ай бұрын
Good explanation
@focusknightbeast52 ай бұрын
Source code?
@prateekverma51692 ай бұрын
can you make a video on how to update excel file based on content in a Jira ticket dynamically. It will be really useful
@PrashantSharmaOfficial2 ай бұрын
For that I would need Jira access which I don't have, so it won't be possible.
@mansipandit63102 ай бұрын
Iam doing this in intellij idea updated version and basic steps are also getting difficult beacuse most features are different initial step of build path i cant find in it
@nikhilkhatri9283 ай бұрын
Lovely Video quite informative for a noob like me. Lots of Love
@ShivYadav-gc1qs3 ай бұрын
Hii Prashant I am getting message "viewAnimeList" because it's unable to find the viewAnimeList.jsp JSP Page. Please help me
@HarisreeS10083 ай бұрын
For 3 years of experience and 4.25 current lpa, can you tell me the range of salary Accenture can offer? 1. For Senior software developer 2. For Software development lead
@PrashantSharmaOfficial3 ай бұрын
You can easily get around 10 LPA
@aniruddhpyati79873 ай бұрын
Hi, great tutorial! As a fresher, it was really useful as it allowed me to utilize my concepts. However, is this project good enough from a resume perspective? Again, I'm a fresher looking for an entry level role
@PrashantSharmaOfficial3 ай бұрын
Every project is a good one, you just need to improve every day. Make multiple projects and keep learning. Good luck!!
@kunfukid84013 ай бұрын
How to append
@sound8d5203 ай бұрын
Traceback (most recent call last): File "e:\email sender\email.py", line 1, in <module> from email.message import EmailMessage File "e:\email sender\email.py", line 1, in <module> from email.message import EmailMessage ModuleNotFoundError: No module named 'email.message'; 'email' is not a package please solve this error
@juniorvalente14832 ай бұрын
You do not have installed the module of email, you can try the command: pip3 install email or pip install email Or pip install <module name> You can see if your system have pip installed with the command: pip -v
@LearnandCodeHub2 ай бұрын
👍@@juniorvalente1483
@soumyap955228 күн бұрын
Bro install the module
@denver31743 ай бұрын
sir can i have the ppt or notes
@PrashantSharmaOfficial3 ай бұрын
It's in the description, please check.
@denver31743 ай бұрын
can i have this ppt or notes sir?
@PrashantSharmaOfficial3 ай бұрын
It's in the description, please check.
@youssefbrahimi38873 ай бұрын
unfortunately didn't work for me it says Cannot load driver class: org.h2.Driver
@rudyvaldano3 ай бұрын
Thank you
@yasirakhn3 ай бұрын
Very clear and concise explanation with code examples. Thank you for the video!
@adityakashyap57763 ай бұрын
made my life easy i was stuck in this for the last 3 days and boom your video pooped it seems so easy now
@PrashantSharmaOfficial3 ай бұрын
Glad it worked for you!
@harshda35163 ай бұрын
You should fetch the login details from database to validate
@PrashantSharmaOfficial3 ай бұрын
Yep, that's a good point but here I wanted to do everything for beginners so that's why I took baby steps.
@jyotikumari-sh6zb3 ай бұрын
hi Prashant Sharma a big thanks to you for creating this video. after completing project on running url i am getting error as below Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Mon Aug 12 15:04:07 IST 2024 There was an unexpected error (type=Not Found, status=404). Can you please help in resolving this error