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
Please add below property in spring boot application.properties file,problem automatically resolve.
spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImplMounika Changed status to publish September 16, 2020