Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Wed Jun 19 13:09:44 IST 2024 There was an unexpected error (type=Internal Server Error, status=500). i am getting this error can anyone help
in 5:05:07 copy the login button from navbar and use in change anchor tag to button tag , remove the /@login and put in a div working fine for me in both the theme.
@PriyanshuPandey-te5qv Hey bro, I have just started my spring journey a few days ago, facing issues being doing this alone!!...need a team kind of thing or a guider to make my journey smoother, if there any possibilities of help from you
Amazing video sir I am watching and learning the concepts from individual videos The SCM Playlist of 34 videos And I can proudly say That I have completed 6 hours of this video I am happy to make this project and have this project in my resume ❤❤ Love from 2024 batch fresher Kindly also upload java fresher jobs if any available
Sir in the intro video you committed about the exports and PDF reports. I'm regularly watching the playlist of SCM2.0 please make tutorials on this as well asSCM2.0 project Deployment on AWS. Thank You.
Thank you very much. next video ideas : adding features into this project 1.jwt authentication 2.deploying the application 3.websockets to message the number directly through application I know its too much to expect but just ideas . thanks once again like this comment if you agree guys.
Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Wed Jun 19 13:09:44 IST 2024 There was an unexpected error (type=Internal Server Error, status=500). i am getting this error can anyone help
what you have used is a complete different approach then what durgesh has done. Durgesh is using only springboot for both frontend and the backend whereas your seems like having diff frontend and backend
Great video sir , so much detailed , thank youu, also please can you tell how to get the notion link of this project? im not able to find it in the description.
@@2668rajan anyone who have this doubt, this is because your "/login" mapping is by default generating every request after that as post request but you dont have any @get mapping on profile or dashboard so for this, in login mapping make it as a get method
Hey bro. I NEED SOME HELP!!!! I have taken this project as my college project and I need to show this to my mentor in a few days . I am already studying Java Spring boot but it's a long run thing. Can anyone help me just to run the project so that I can show it in college that something is actually working.
@@anmolverma075 Hi, did you pay for the code, or is it available for free Just curious as I'm working on a similar project and making some changes like building the front-end with React etc
I am about to start this course but i have few questions 1) are we gonna deploy our frontend and backend? 2) I have heard from a lot of people that he is great, This is my first course from code with durgesh so is it okay if i start from this only?
sir, after following your tailwind CSS process my web page showing contain well, but contain is not showing in the centre, and also click here button does not get the border and blue color. I have checked my output.css file which showed 3 warning about -webkit-appearance: button; -webkit-appearance: textfield; vertical-align: middle; please help me for this.
I have used postgresql as my db, whenever I signup through the "signup form" the password gets stored in an encrypted format, but when I try to login with the same credentials, it shows "invalid username and password" Please can someone help me with this ?
I got Error while connnecting with databse at 01:09:00 Cannot load connection class because of underlying exception: com.mysql.cj.exceptions.WrongArgumentException: Malformed database URL, failed to parse the main URL sections.
Hi Sir. Can you please help me to set up lombok in sts. Even after adding the dependency in project for lombok am not able to get the setter/getter or constructor option .
Sir you are one of the rare youtuber who make Java springboot projects and explain them in details
Please make projects like this
Subscribed 🤩
You love java more than james gosling. Great content sir, we need this kind of pure stuffs more!! Thankyou very much!!
Wow this would help many of us to understand and implement most of the features of Spring Framework.Thank you.
Sir, I cleared the interview by watching your java spring boot playlists thanks for the good explanations...❤❤
Hey, did you had any prior experiance
Experience or fresher??
Bhai kis kis topic se pucha
Aptitude test bhi liya kya
Which playlist u saw I need help for Springboot interview.
this is exactly what i wanted, excited for the journey sir !
Same here
kya isme concepts sare cover kiye gaye hai? bina spring boot knowledge dekh sakta hu? i just completed my angular part
Any one who have done this project can you plese share your email to contact
I am facing some error
Extremely helpful for me, thank you, keep making videos like this in future!!
thank you for dropping such helpful video, sir!!!
Thank you sir
Bhot bhot thanku sir purane wale mai bada problem a rhi th
Bhot bhot shaukiya
Thanks this most awaited video
Sir, you are really great, please sir, make part-2 and also complete this project, we need these types of projects (end to end).😇
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Wed Jun 19 13:09:44 IST 2024
There was an unexpected error (type=Internal Server Error, status=500). i am getting this error can anyone help
better explanation than coaching classes
in 5:05:07 copy the login button from navbar and use in change anchor tag to button tag , remove the /@login and put in a div working fine for me in both the theme.
Thanks sir for this great project !!
4:16:00 If facing troubles to create table
@Column(length = 10000)
private String about; // Change to the below 2 lines
@Column(columnDefinition = "TEXT")
private String about;
@Column(length = 10000)
private String profileLink; // Change to the below 2 lines
@Column(columnDefinition = "TEXT")
private String profileLink;
@PriyanshuPandey-te5qv Hey bro, I have just started my spring journey a few days ago, facing issues being doing this alone!!...need a team kind of thing or a guider to make my journey smoother, if there any possibilities of help from you
@@lokesha9389 I would love to connect and work together
@@priyanshupandey2513that's cool!! Have LinkedIn? Or any other platform
@@lokesha9389 send me a link to connect with u
@@PriyanshuPandey-te5qvis the link visible which I shared?... I did share at the time of your rply but now when I checked if not showing
Amazing video sir
I am watching and learning the concepts from individual videos
The SCM Playlist of 34 videos
And I can proudly say That I have completed 6 hours of this video
I am happy to make this project and have this project in my resume ❤❤
Love from 2024 batch fresher
Kindly also upload java fresher jobs if any available
Yeah full project hai kya?
@@suraj_11-n3v yes
@@prathamgoel3386 can we add this in our resume?
@@suraj_11-n3vyes
@@suraj_11-n3v why not , it is basically a full stack development
Both front end and backend
you could simply add and remove the class of html tag for theme .it could be done from one function .
yes ,I am learning a lot from you.
Brother merako 1st part mein dikhat ho raha hai please help me
❤❤❤❤ Amazing sir thank-you so much sir for this video
❤❤❤ Thank you
❤Thanks a lot for such amazing content
Is it good for beginner?
sir you are god among men 😤
Thanks you for remaking this project in 2024 with latest version.
Nice explanation sir
Sir in the intro video you committed about the exports and PDF reports. I'm regularly watching the playlist of SCM2.0 please make tutorials on this as well asSCM2.0 project Deployment on AWS. Thank You.
Bro. are you asking about pdf and Excel and CSV export ,if yes then read documentation, it's so easy you can definitely do,
I am just starting the playlist with 34 videos, so what's the difference between this one complete video and that playlist? Plz reply.
I have some error could you resolve
@@AmitYadav-b8r7u have u done ur project?
Thank you sir ❤❤
Fantastic tutorial
Durgesh sir like button thokoo❤❤❤
Yes 25:35
Thank you very much.
Hello sir! Mera html and css ke koi bhi changes reflect nahi hore browser pe? Please clear my doubt..
Great Sir Hats Off ...
thank you sir
Sir please is video ka second part jldi banado. First part m bht mja aaya.Thank you sir.
Brother merako 1st part mein dikhat ho raha hai please help me
Thank you very much.
next video ideas : adding features into this project
1.jwt authentication
2.deploying the application
3.websockets to message the number directly through application
I know its too much to expect but just ideas . thanks once again
like this comment if you agree guys.
Whitelabel Error Page
This application has no explicit mapping for /error, so you are seeing this as a fallback.
Wed Jun 19 13:09:44 IST 2024
There was an unexpected error (type=Internal Server Error, status=500). i am getting this error can anyone help
@@eeshunarayan8421 Yes I can help
@@eeshunarayan8421 your controller mapping is maybe wrong
isko deploy kaise kare
@@eeshunarayan8421 bhai jab mai login kar raha hu to explicit mapping ka error aa raha hai
Can you use JSP insteadof thymeleaf?
Can we use Eclipse as IDE ?
you are the best @LearnCodeWithDurgesh , God bless you with all happiness and success. Keep up with sharing your invaluable knowledge to entire India.
Hello Sir , I created the frontend using React and Redux Toolkit instead of Thyme leaf. Do you think that's a good approach.
Yes
@@reon_fernandes give me some idea how to use react instead of thymeleaf please
what you have used is a complete different approach then what durgesh has done. Durgesh is using only springboot for both frontend and the backend whereas your seems like having diff frontend and backend
Conseguiu fazer isso? Tem um souce code
Thank you so much sir
Beginners kar sakte hai ye project?
❤ Amazing!
Sir , this video course and there is also a new playlist course of same project...
Are they same?
when i write code in my vs code it doesnt suggest code like yours. which extrension i need for that
please tell me which theme you are using and terminal theme also
User is disabled while login in time- 08:05:00
Wht to do
Chcked the enable u did it's true but it's not updating in database it is still 0
Wht to do ?
Thanks Bhai ❤
What will be the interviewer's questions on this project??
Great video sir , so much detailed , thank youu, also please can you tell how to get the notion link of this project? im not able to find it in the description.
7:29:00 pe error hai kyuki ek extra { laga hai getter method me
ise bina spring boot knowledge ke dekh sakte h? means pura spring boot cover h?
8:22:25 There was an unexpected error (type=Method Not Allowed, status=405).
Method 'POST' is not supported.
hi, I am facing the same issue how did you get to resolve that ?
@@2668rajan anyone who have this doubt, this is because your "/login" mapping is by default generating every request after that as post request but you dont have any @get mapping on profile or dashboard so for this, in login mapping make it as a get method
ask chatGPT..
But make sure prompt correctly..
sir, Where can I get notion link for this project in which you have mentioned small chunks of code?
Tailwind configuration sara directly SCM 2.0 me ho rha Java project wale folder me nhi ho rha..kya kre ??
only two vedios for this project ??
Waiting for part 2.
Thanks for part 1
Hey bro.
I NEED SOME HELP!!!!
I have taken this project as my college project and I need to show this to my mentor in a few days .
I am already studying Java Spring boot but it's a long run thing.
Can anyone help me just to run the project so that I can show it in college that something is actually working.
@@anmolverma075 Hi, did you pay for the code, or is it available for free Just curious as I'm working on a similar project and making some changes like building the front-end with React etc
Thanks for the video
Sir kindly DRF mai projects banayein ...
What's DRF
@@ronatkumarmuni4076 Django Rest Framework
When put messsage after String message error for session i solve but method issue getting
Yes bro.
yes👍
Sir ye project krne k liye kya kya prerequisites hai??
Bhai sab ana chahiye core java jdbc servlet aur spring aur spring boot
Yes
If I am a mern developer then I can understand this project
@@anitsarkarxi-a-6595 no
Bro can you list complete set of skills required?@@bcamathsforbeginners8708
The type java.lang.Object cannot be resolved. It is indirectly referenced from required .class files this showing erroe in my vs
i got that error too but it somehow fixed itself when i closed and ran vscode again
I am about to start this course but i have few questions
1) are we gonna deploy our frontend and backend?
2) I have heard from a lot of people that he is great, This is my first course from code with durgesh so is it okay if i start from this only?
Why do we make other package names the same as the main package name
sir excellent video - you have not asked to add node.js for running commands in powershell
dear sir, how your vscode suggest code before writing ? can you tell us about that extension plz
Thank you so much Sir for such wonderful video. Please give me the name of Vs theme you have used.
agar jdk 22 version use kiya toh chalega kya
bulk me contact kase add kare gye ?
yes sir
SIR CAN WE USE POSTGRESQL INSTEAD OF MYSQLWORKBENCH
Sir please make more projects
It is good but if reactjs would have been used instead of html files then it would be much better
Love you sir
bhaiya npm command hi error de rahi hai tailwind kahan se chalein, STS mein bata dete kitna achha hota
No i think we should use feature of angular 18 in this
sir, after following your tailwind CSS process my web page showing contain well, but contain is not showing in the centre, and also click here button does not get the border and blue color. I have checked my output.css file which showed 3 warning about -webkit-appearance: button; -webkit-appearance: textfield; vertical-align: middle; please help me for this.
Amazing 🎉🎉🎉🎉
More spring boot projects
English
I have some error could you resolve
sir I am getting a error in pom.xml at line one . can you help me to solve it .
Sir pls tell how we can use tailwind in STS
Can i start if i have no knowledge of spring boot
Make a Detailed Video on GRAFANA please Durgesh Sir..... That's would be Really Helpful for us.
I get an error . Input.css file does not exist.
Same here
Error solve hui
bro which extension i need for Ai
Nice
Sir I am getting error of maven is not recognised after installing it can you please help me
yes
Sir pom.xml me he error aa Rahim h
I have used postgresql as my db, whenever I signup through the "signup form" the password gets stored in an encrypted format, but when I try to login with the same credentials, it shows "invalid username and password"
Please can someone help me with this ?
I got Error while connnecting with databse at 01:09:00
Cannot load connection class because of underlying exception: com.mysql.cj.exceptions.WrongArgumentException: Malformed database URL, failed to parse the main URL sections.
@amolbhardwaj I am also getting error while connecting with database. It is showing not connected
if you have figured it out pls help me.
Sir pls complete the scm series
Eagerly waiting for it
Hello sir! Mera html and css ke koi bhi changes reflect nahi hore browser pe?
solution mila????
Can you please share the name of the theme?
When is the 2nd part coming?
Hi Sir. Can you please help me to set up lombok in sts. Even after adding the dependency in project for lombok am not able to get the setter/getter or constructor option .
You have to add the annotation @Data in model file
Yes
Hello Sir, Great video while i am trying to run your code on local getting cloudnary error and not running. could you please help?
my content is not coming just below of header ? I checked everything is correct
of home,about,service page
Sir java spring boot ka next project jaldi se Lao 😊
Am i suppouse to learn Hindi to do this project or why the subtitles dosent generate in english?