You are one of the finest teachers who explains the concepts well and then jumps to the coding part . Many youtubers just explain things while writing code which leaves the viewers with little knowledge on what and why a statement is being written . When we are developing something , it is important to understand the flow /direction and logic without which .. any beginner will loose interest in the midway while coding. Thank you !
you're easily one of the best "teachers" I've seen. the way you teach is so simple and keeps interest. i hope you continue this series till the end as there is none else so simple and elegant.
For those who are still getting the same white label error for the accessing the h2 console even after doing exactly the same as shown in the video try adding this line " spring.h2.console.enabled=true " in the application .properties file Hope it helps :) Happy Learning aliens!
Guys, please promote Telusko's videos. He really does make free videos for us, which in most cases other authors have paid videos. For the videos, as always, thank you very much. I wish you and your subscribers success in learning.
00:02 Implementing Spring Data JPA for storing and fetching data in the database. 01:12 Adding Spring Data JPA and H2 setup 02:22 Setting up Spring Data JPA and H2 database 03:32 Choosing the right version of Spring Data JPA for your project 04:36 Setting up H2 for Spring Data JPA 05:52 Configuring database connection for H2 in Spring Data JPA 07:00 Setting up Spring Data JPA with H2 08:16 Accessing H2 Database via URL
sir ,before doing JPA repository ,wishing to be done JDBC connectivity and Hibernate in this series , so it would be better understanding the whole , however you had already done in the another playlist but if you included here that hibernate or jdbc part ,that will be the great understanding for us. if there is any chance of doing it here .please do the needful
If you are getting Whitelabel error after doing everything like adding these " spring.h2.console.enabled=true ", "spring.h2.console.enabled=true", "spring.h2.console.path=/h2-console " lines just stop using current server and restart spring on ide and run the server again. It should work
The error you were getting on lombok was due to pom.xml. In the depedndecy that you might pasted contains optional property as true. SO that was causing the problem.
Hi, I am getting below error and unable to start the application, Any help is appreciated. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: com/fasterxml/classmate/TypeResolver at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1806) ~[spring-beans-6.1.13.jar:6.1.13]
You are one of the finest teachers who explains the concepts well and then jumps to the coding part . Many youtubers just explain things while writing code which leaves the viewers with little knowledge on what and why a statement is being written . When we are developing something , it is important to understand the flow /direction and logic without which .. any beginner will loose interest in the midway while coding. Thank you !
you're easily one of the best "teachers" I've seen.
the way you teach is so simple and keeps interest.
i hope you continue this series till the end as there is none else so simple and elegant.
For those who are still getting the same white label error for the accessing the h2 console even after doing exactly the same as shown in the video try adding this line " spring.h2.console.enabled=true " in the application .properties file
Hope it helps :)
Happy Learning aliens!
thanks buddy
Thanks Mate
Thank you so much
bro in that file where i add this
still not able to , please help
Guys, please promote Telusko's videos.
He really does make free videos for us, which in most cases other authors have paid videos.
For the videos, as always, thank you very much.
I wish you and your subscribers success in learning.
I am very grateful to have come across your channel. Your videos have helped build my Java knowledge for beginner to a comfortable intermediate level.
excellent way in explaining thingss keep up the good work . please keep uploading more such videos
Currently looking for the next project in spring boot and all your videos are very useful. Kindly go ahead
Good to know about H2 database for learning purpose it's good.
00:02 Implementing Spring Data JPA for storing and fetching data in the database.
01:12 Adding Spring Data JPA and H2 setup
02:22 Setting up Spring Data JPA and H2 database
03:32 Choosing the right version of Spring Data JPA for your project
04:36 Setting up H2 for Spring Data JPA
05:52 Configuring database connection for H2 in Spring Data JPA
07:00 Setting up Spring Data JPA with H2
08:16 Accessing H2 Database via URL
Well Explained Sir
thank you so much!! IT was very helpful
sir ,before doing JPA repository ,wishing to be done JDBC connectivity and Hibernate in this series , so it would be better understanding the whole , however you had already done in the another playlist but if you included here that hibernate or jdbc part ,that will be the great understanding for us. if there is any chance of doing it here .please do the needful
for those who are getting errors add these two lines in application.properties file
spring.h2.console.enabled=true
spring.h2.console.path=/h2-console
why i not able to open it, i write these line also 😭😭😭😭
@@ishu_official hi bro have you solve that error, please help me if done so
Nice content!
sir please post the videos daily it break the link
Yes sir
great explanation!
Awesome Videos
Keep it up man!
If you are getting Whitelabel error after doing everything like adding these " spring.h2.console.enabled=true ", "spring.h2.console.enabled=true",
"spring.h2.console.path=/h2-console " lines just stop using current server and restart spring on ide and run the server again. It should work
Still not working
Can u share about snow flake - springboot dynamic query builder
The error you were getting on lombok was due to pom.xml. In the depedndecy that you might pasted contains optional property as true. SO that was causing the problem.
And also you need to install Lombok plugin in IDE, so that it will not show redlines and all that stuff.
Thank you
waiting for next one..
Looking for next video
complete full one topic in single video 😩
amazing
What is H2
how to do if i want to use sqlite?
It's saying mem:database not found, either pre create it or allow remote database connection ???
Is this issue resolved because I am getting same issue.
@@rajatgurjar3664 buddy is the issue resolved
It Seems Vieo #18 is after #19 in play list , so you can swap them , as I was watching playlist and got felling that I skiped something :)
Will check, thanks
@@Telusko Your Videos are Awsome , Cudos for the good work
Kudos for good work.
I have mistakenly removed all database name which come with h2 plz help
Getting "Whitelabel Error ". Can somebody please help
It's impossible to not understand your explanations
11111
Hi, I am getting below error and unable to start the application, Any help is appreciated.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: com/fasterxml/classmate/TypeResolver
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1806) ~[spring-beans-6.1.13.jar:6.1.13]