@unitedtoptech6288 Thanks for your response. Actually error got resolved automatically. I dont know what happened. While I was facing that issue I tried creating multiple projects, updated maven project but it wasn't resolved.
@@unitedtoptech6288 sir, I've 3 years of career gap and also I've 3 years of experience as a Java developer. In this recession period, whether companies will accept me with this much of gap. Did we've any openings for career gap persons.
I think experience matters the most even tho if you have gap maybe just revise all java concepts again, cracking the interview will be hard because they will test you more because of the gap. May I know what specifically did you work in Java?
@@unitedtoptech6288 Hi, no actually nothing. Turns out it was the lombok dependency, I installed the extension as well it didn't work. I had to create both constructors, then the setters and getters by myself then pass the values to the interface etc then it worked, thank you.
@@unitedtoptech6288someone answered my post. it was because i didn’t package my files under the application file, but under the .src file. thank you though
THANK YOU SO MUCH, SIR! I have looked through quite a lot of videos, and yours is the one that worked!
Glad it helped! Welcome
Thank you very much sir !!! Very helpful
Most welcome!
i'm so depressed of finding way to connect to the database until i see this video, thank you so much
glad to help you!!
I love you man this was so concise and straight to the point good video
Glad I could help you!
THANK YOU SIR! I HAVE TRYING TO CONNECT MYSQL TO SPRING BOOT FULL DAY . BUT WHEN I SEE YOUR VIDEO THE PROBLE SOLVE WITHIN MINUTES
Glad to hear that!! Welcome
Thanks, works perfectly fine and i'm able to connect my SQL db with java spring boot.
Glad it helped!! welcome
You helped me tremendously. Thank you so much. Keep creating content and change the world.
Wow those are great words, Thank you too!!
thank you so much bro i had stuck two days for this problem
Welcome 👍
You've saved me, brother! Thank you so much!
Glad I could help!
Thank you sir!its Really useful 🤝
Most welcome sir
thank you sir, i try from two days finally it is solved.
Welcome 👍
GOD BLESS YOU SIR THIS FIXED MY ISSUES ❤
Thanks!! GOD BLESS YOU TOO
Simply,It Worked Wow
great!!
Smooth sir smooth ❤
Tysm!!
sir thank you very much
welcome sir
Thank u very much]
Any time
you created database from mysql workbench 4:12
is there a way that creates database by springboot only ?
I haven't tried that way
thank you Sir
You're welcome!
I am facing issue with jpa dependency.
after adding dependency it is showing errors in pom.xml after removing it works fine.
what to do
can you paste the whole error?
@unitedtoptech6288 Thanks for your response.
Actually error got resolved automatically. I dont know what happened.
While I was facing that issue I tried creating multiple projects, updated maven project but it wasn't resolved.
Amazing
Sir, why did you leave it in Gradle- Groovy option
At what time stamp sir?
@@unitedtoptech6288 0:34 while setting user name and adding dependencies.
you can choose anything you want, I am familiar with that, that is why
which part in the code is responsible to create the query?
you mean the table creation?
hi sir, i've created everything as per your video, but the table is not created in mysql. can you help me out?
Can u check your application properties code? are you getting any error in console when running?
@@unitedtoptech6288, now it's working fine sir. I've used javax.persistence API annotations, instead of Jakarta API.
Welcome !! glad to know it works
@@unitedtoptech6288 sir, I've 3 years of career gap and also I've 3 years of experience as a Java developer. In this recession period, whether companies will accept me with this much of gap. Did we've any openings for career gap persons.
I think experience matters the most even tho if you have gap maybe just revise all java concepts again, cracking the interview will be hard because they will test you more because of the gap. May I know what specifically did you work in Java?
Thank you soo much 👍
Welcome
I have followed, however, when I send data through postman, null values gets send to database, how only the id increments
do you get any errors in console?
@@unitedtoptech6288 Hi, no actually nothing. Turns out it was the lombok dependency, I installed the extension as well it didn't work. I had to create both constructors, then the setters and getters by myself then pass the values to the interface etc then it worked,
thank you.
Glad it worked!
Thank you soo much sir.
So nice of you
If I don't have inteligent idea app will it work in eclipse
Yeah it will
it's working thaaanks
welcome!!!!
Thanks man!!
welcome
THE GOAT
Thanks!!!
Thank you show much
You're welcome 😊
Thanks alot
Happy to help
I seen lot of videos this is the one makes me connect...
Glad it worked
Dinesh Kartik , is it u ?
Why do I sound like him?
thank you so much
Welcome 😊
thank alot sir 👍
Most welcome!!
Can I get these configurations from any repo?
I don't have any :(
Thank you
You're welcome
thanks it worked
You're welcome!
Thanks
No problem
thank u sir
Welcome
Thank you bro😍
Welcome 😊 !!
what extension would I need to import @table into visual studio
Never worked with springboot in vscode, in Intellij its automatic
import jakarta.persistence.Table;
cool
Thank you bro
Sir why groovy and why not Maven???
Its our preference, you can choose any
Bro I have done all things but getting error failed to configure a data source url attribute is not specified
Check if you have entered the right values in application properties and also if you have added all the necessary dependencies at first
Tables not showing in MySQL workbench
Same with me. Can someone please reply?
Can you verify the code? I literally did the same thing
@@dhruvbhavsar3841 change it to "MySQL8Dialect" bro. It works for me
At what timestamp did you make that change?
i’m not getting error messages, however my tables arent being created. please help sir
Did you create the database correctly?
@@unitedtoptech6288same for me .the program is running successfully but mysql properties are not running
you need to have the database already created. do you have that ?
@@unitedtoptech6288someone answered my post. it was because i didn’t package my files under the application file, but under the .src file. thank you though
Glad it was resolved
How to do it in eclipse
The same code will work I guess
Not it's showing some problem
@@bhargavinetha7353 what error do you get ? paste it fully
Bro I was unable to do that bro. Plz help me if you can. Getting error
Can you type the error ?
It is not working on intellij community edition
what error are you getting?
It says that you cant configure application properties in intellij community edition . Buy premium for that
try reinstalling intellij
@@vilgax1404 is it working now, in community edition?
it will
thankyou
Welcome
Obviously.. it's going to work only... Whats new...
What is going to work?
@@unitedtoptech6288 i mean, the connection to MySQL...
yep but some may face issues so its worth it
It's not working bro help me
@@navvi5108 just write the code carefully in pom.xml file... It's very important .. and it's the main source of error
so the password is the password of my database in mysql workbench?
Yeah , the password of your connection in case u r using workbench
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update
spring.jpa.generate-ddl=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
great!!
Facing an issue like cannot invoke org.hibernate.engine.jdbc.spi.sqlExceptionHelper
Seems there could be some issue with the connection code, can you check it?