Showing
1 changed file
with
6 additions
and
0 deletions
... | @@ -17,6 +17,12 @@ | ... | @@ -17,6 +17,12 @@ |
17 | <property name="hibernate.connection.characterEncoding" value="utf8"/> | 17 | <property name="hibernate.connection.characterEncoding" value="utf8"/> |
18 | <property name="hibernate.connection.useUnicode" value="true"/> | 18 | <property name="hibernate.connection.useUnicode" value="true"/> |
19 | 19 | ||
20 | + | ||
21 | + <property name="hibernate.implicit_naming_strategy" | ||
22 | + value="org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy"/> | ||
23 | + <property name="hibernate.physical_naming_strategy" | ||
24 | + value="org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy"/> | ||
25 | + | ||
20 | <!-- DDL control OFF | 26 | <!-- DDL control OFF |
21 | <property name="hibernate.show_sql" value="true"/> | 27 | <property name="hibernate.show_sql" value="true"/> |
22 | <property name="hibernate.format_sql" value="true"/> | 28 | <property name="hibernate.format_sql" value="true"/> | ... | ... |
-
Please register or login to post a comment