Пікірлер
@prasadchowdary4870
@prasadchowdary4870 9 сағат бұрын
Thankyou for your efforts ❤❤❤❤
@rimzathahamed4959
@rimzathahamed4959 7 күн бұрын
Clear explanation Use full video
@preranabhatia5607
@preranabhatia5607 9 күн бұрын
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
@PrashantSharmaOfficial
@PrashantSharmaOfficial 6 күн бұрын
You need to download the mentioned dependencies from maven central as I stated in the video.
@PrashantSharmaOfficial
@PrashantSharmaOfficial 6 күн бұрын
You need to download the mentioned dependencies from maven central as I stated in the video.
@khageswarnayak6
@khageswarnayak6 15 күн бұрын
great keep going
@shivaakira1330
@shivaakira1330 17 күн бұрын
Could please add the pagination and security for this project.
@4rak635
@4rak635 20 күн бұрын
sir can you provide source code
@PrashantSharmaOfficial
@PrashantSharmaOfficial 19 күн бұрын
It's in the video description now. Please check.
@jaiswalvikas4965
@jaiswalvikas4965 20 күн бұрын
Put link of project/source code on every video description
@alokfire6594
@alokfire6594 21 күн бұрын
COUPON CODE EXPIRED!
@PrashantSharmaOfficial
@PrashantSharmaOfficial 11 күн бұрын
It was for a limited time period only
@paulinhojorgee
@paulinhojorgee Ай бұрын
top. congratulations!🏆🏆
@benstokes3377
@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
@sahilpanjabi192 Ай бұрын
Thank you Sir
@sailisurve4603
@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
@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
@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
@gio-j3d Ай бұрын
@@PrashantSharmaOfficial is there an various one not open weather map but unlimited for free
@PrashantSharmaOfficial
@PrashantSharmaOfficial Ай бұрын
@@gio-j3d I don't think so, but you can still try to google.
@gio-j3d
@gio-j3d Ай бұрын
@@PrashantSharmaOfficial okay , thanks pro
@smartnet24
@smartnet24 Ай бұрын
Great job! Is there any way to add weather alarms?
@PrashantSharmaOfficial
@PrashantSharmaOfficial Ай бұрын
Yeah, based on a certain temperature you can generate emails or whatnot.
@smartnet24
@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
@PrashantSharmaOfficial Ай бұрын
Ok, I'll try.
@mayanktomar9562
@mayanktomar9562 Ай бұрын
Sir fresher ko kis level ke project lagane chahiye jisse selection ho jaaye
@PrashantSharmaOfficial
@PrashantSharmaOfficial Ай бұрын
You can try working on simple projects like GUI based first to gain more exposure than go ahead with the advanced projects.
@TurboXTech
@TurboXTech Ай бұрын
Best tutorial! Simple and clean explanation.
@linconkumar9975
@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 ?
@PrashantSharmaOfficial
@PrashantSharmaOfficial 6 күн бұрын
No, you need to download the dependencies.
@praveen3123
@praveen3123 Ай бұрын
Interview starts @15:00
@jevonne8160
@jevonne8160 Ай бұрын
Being trying to export a chart from excel to a word document using POI. Do you have a tutorial on this?
@chandru_
@chandru_ Ай бұрын
thanks for this solution Prashant
@technofightofficial
@technofightofficial 2 ай бұрын
But bro if board size increase then how manage it ??
@PrashantSharmaOfficial
@PrashantSharmaOfficial 2 ай бұрын
Why would it increase? It should be only 3 by 3 grid having just 9 cells.
@TheEngineerReadingRoom
@TheEngineerReadingRoom 2 ай бұрын
Everyone else, made the videos for promotions and make money... made me confused to learn... But, I found this video... really helpful Man
@nethminafernando3749
@nethminafernando3749 2 ай бұрын
Book table is not creating when i run the application
@sahilpanjabi192
@sahilpanjabi192 Ай бұрын
i have the same issue, did u solve it
@pritam...8796
@pritam...8796 2 ай бұрын
Please also add pagination, validation and exception handling
@bidhanthegamer
@bidhanthegamer 2 ай бұрын
I have liked and subscribed to your channel
@bidhanthegamer
@bidhanthegamer 2 ай бұрын
I can understand this in english but in hindi I can understand better
@PrashantSharmaOfficial
@PrashantSharmaOfficial 2 ай бұрын
Ok
@bidhanthegamer
@bidhanthegamer 2 ай бұрын
Can you make this same thing in hindi for me please 😢
@PrashantSharmaOfficial
@PrashantSharmaOfficial 2 ай бұрын
Will try
@bidhanthegamer
@bidhanthegamer 2 ай бұрын
Thanks bro
@DhanshreeKurade
@DhanshreeKurade 2 ай бұрын
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?
@PrashantSharmaOfficial
@PrashantSharmaOfficial 2 ай бұрын
Send me your Github repo link, I'll take a look.
@heylearner4486
@heylearner4486 2 ай бұрын
Thank you
@ALOKSINGH-d5g
@ALOKSINGH-d5g 2 ай бұрын
thank you
@saikumar206
@saikumar206 2 ай бұрын
Good explanation
@focusknightbeast5
@focusknightbeast5 2 ай бұрын
Source code?
@prateekverma5169
@prateekverma5169 2 ай бұрын
can you make a video on how to update excel file based on content in a Jira ticket dynamically. It will be really useful
@PrashantSharmaOfficial
@PrashantSharmaOfficial 2 ай бұрын
For that I would need Jira access which I don't have, so it won't be possible.
@mansipandit6310
@mansipandit6310 2 ай бұрын
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
@nikhilkhatri928
@nikhilkhatri928 3 ай бұрын
Lovely Video quite informative for a noob like me. Lots of Love
@ShivYadav-gc1qs
@ShivYadav-gc1qs 3 ай бұрын
Hii Prashant I am getting message "viewAnimeList" because it's unable to find the viewAnimeList.jsp JSP Page. Please help me
@HarisreeS1008
@HarisreeS1008 3 ай бұрын
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
@PrashantSharmaOfficial
@PrashantSharmaOfficial 3 ай бұрын
You can easily get around 10 LPA
@aniruddhpyati7987
@aniruddhpyati7987 3 ай бұрын
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
@PrashantSharmaOfficial
@PrashantSharmaOfficial 3 ай бұрын
Every project is a good one, you just need to improve every day. Make multiple projects and keep learning. Good luck!!
@kunfukid8401
@kunfukid8401 3 ай бұрын
How to append
@sound8d520
@sound8d520 3 ай бұрын
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
@juniorvalente1483
@juniorvalente1483 2 ай бұрын
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
@LearnandCodeHub
@LearnandCodeHub 2 ай бұрын
👍​@@juniorvalente1483
@soumyap9552
@soumyap9552 28 күн бұрын
Bro install the module
@denver3174
@denver3174 3 ай бұрын
sir can i have the ppt or notes
@PrashantSharmaOfficial
@PrashantSharmaOfficial 3 ай бұрын
It's in the description, please check.
@denver3174
@denver3174 3 ай бұрын
can i have this ppt or notes sir?
@PrashantSharmaOfficial
@PrashantSharmaOfficial 3 ай бұрын
It's in the description, please check.
@youssefbrahimi3887
@youssefbrahimi3887 3 ай бұрын
unfortunately didn't work for me it says Cannot load driver class: org.h2.Driver
@rudyvaldano
@rudyvaldano 3 ай бұрын
Thank you
@yasirakhn
@yasirakhn 3 ай бұрын
Very clear and concise explanation with code examples. Thank you for the video!
@adityakashyap5776
@adityakashyap5776 3 ай бұрын
made my life easy i was stuck in this for the last 3 days and boom your video pooped it seems so easy now
@PrashantSharmaOfficial
@PrashantSharmaOfficial 3 ай бұрын
Glad it worked for you!
@harshda3516
@harshda3516 3 ай бұрын
You should fetch the login details from database to validate
@PrashantSharmaOfficial
@PrashantSharmaOfficial 3 ай бұрын
Yep, that's a good point but here I wanted to do everything for beginners so that's why I took baby steps.
@jyotikumari-sh6zb
@jyotikumari-sh6zb 3 ай бұрын
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