Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Matúš Valko
Online Gaming Management System
Commits
2cebab23
Commit
2cebab23
authored
May 20, 2022
by
Marek Kadlečík
Browse files
Turned off showing hibernate sql commands
parent
f9934b48
Pipeline
#141882
passed with stage
in 1 minute and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gaming-persistence/src/main/resources/META-INF/persistence.xml
View file @
2cebab23
...
...
@@ -8,7 +8,7 @@
<property
name=
"hibernate.cache.provider_class"
value=
"org.hibernate.cache.NoCacheProvider"
/>
<property
name=
"hibernate.dialect"
value=
"org.hibernate.dialect.DerbyTenSevenDialect"
/>
<property
name=
"hibernate.hbm2ddl.auto"
value=
"create"
/>
<property
name=
"hibernate.show_sql"
value=
"
tru
e"
/>
<property
name=
"hibernate.show_sql"
value=
"
fals
e"
/>
<property
name=
"hibernate.format_sql"
value=
"true"
/>
</properties>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment