Table does not exists Hibernate Spring Boot Application

2.75K viewsErrorExceptionHibenateJavaSql
1

Table does not exists Hibernate Spring Boot Application

Error : SQL Error: 1146, SQLState: 42S02 java.sql.SQLException

Mounika Changed status to publish September 16, 2020
Add a Comment
1

Please add below property in spring boot application.properties file,problem automatically resolve.

spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
Mounika Changed status to publish September 16, 2020
Add a Comment
Write your answer.