Spring Boot – Spring Data JPA with Hibernate and H2 Web Console

You may also like...

Subscribe
Notify of
guest
5 Comments
Oldest
Newest
Inline Feedbacks
View all comments
chandu sekhar
chandu sekhar
June 24, 2017 09:27

could you please tell me how the data is inserted into db without performing any operation from ourside? and one more thing is i got an error that table not found exception

chandu sekhar
chandu sekhar
June 24, 2017 09:27

JdbcSQLException: Table “TBL_BOOK” not found; SQL statement:
INSERT INTO tbl_book (id, name, price) VALUES

Coli
Coli
August 28, 2017 20:00

This only works if the entities are in the same package (or in a sub-package) than the one of the class Application.
If not, the annotation @EntityScan must be used in the class Application.

Coli
Coli
August 28, 2017 20:00

This only works if the entities are in the same package (or in a sub-package) than the one of the class Application.
If not, the annotation @EntityScan must be used in the class Application.

Swedge
Swedge
May 14, 2019 20:05

Thank you for that pom.xml file. Saved my day.

5
0
Would love your thoughts, please comment.x
()
x