Toggle navigation
Toggle navigation
This project
Loading...
Sign in
grogv3
/
grog-cubi
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
JR Utily
2017-04-30 15:04:46 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2d2f22ecfb399da9c3bc2339f3b32fc0b3f6a9e3
2d2f22ec
1 parent
b4707b79
naming strategies moved to spring ones
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
grog-entities/src/main/resources/META-INF/persistence-production.xml
grog-entities/src/main/resources/META-INF/persistence-production.xml
View file @
2d2f22e
...
...
@@ -17,6 +17,12 @@
<property
name=
"hibernate.connection.characterEncoding"
value=
"utf8"
/>
<property
name=
"hibernate.connection.useUnicode"
value=
"true"
/>
<property
name=
"hibernate.implicit_naming_strategy"
value=
"org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy"
/>
<property
name=
"hibernate.physical_naming_strategy"
value=
"org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy"
/>
<!-- DDL control OFF
<property name="hibernate.show_sql" value="true"/>
<property name="hibernate.format_sql" value="true"/>
...
...
Please
register
or
login
to post a comment