koushikkothagal / spring-security-jpa

Code for full Spring Security + JPA + MySQL tutorial: https://youtu.be/TNt3GHuayXs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in line 5 of application.properties

satyamdeb12 opened this issue · comments

"spring.jpa.hibernate.naming-strategy=org.hibernate.cfg.ImprovedNamingStrategy"
This line is creating an error. Use "spring.jpa.hibernate.naming.physical-strategy=org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl" instead.