Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
si1718-example-project-persistence
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Daniel González Peña
si1718-example-project-persistence
Commits
43bdac73
Commit
43bdac73
authored
Nov 30, 2017
by
Daniel González Peña
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Puts persistence.xml in production mode: validate
parent
375870fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
persistence.xml
src/main/resources/META-INF/persistence.xml
+1
-1
No files found.
src/main/resources/META-INF/persistence.xml
View file @
43bdac73
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<property
name=
"javax.persistence.jdbc.url"
value=
"jdbc:mysql://localhost:3306/si"
/>
<property
name=
"javax.persistence.jdbc.url"
value=
"jdbc:mysql://localhost:3306/si"
/>
<property
name=
"hibernate.dialect"
value=
"org.hibernate.dialect.MySQL5InnoDBDialect"
/>
<property
name=
"hibernate.dialect"
value=
"org.hibernate.dialect.MySQL5InnoDBDialect"
/>
<property
name=
"hibernate.max_fetch_depth"
value=
"3"
/>
<property
name=
"hibernate.max_fetch_depth"
value=
"3"
/>
<property
name=
"hibernate.hbm2ddl.auto"
value=
"
cre
ate"
/>
<property
name=
"hibernate.hbm2ddl.auto"
value=
"
valid
ate"
/>
<property
name=
"hibernate.show_sql"
value=
"true"
/>
<property
name=
"hibernate.show_sql"
value=
"true"
/>
<property
name=
"hibernate.format_sql"
value=
"true"
/>
<property
name=
"hibernate.format_sql"
value=
"true"
/>
<property
name=
"hibernate.use_sql_comments"
value=
"true"
/>
<property
name=
"hibernate.use_sql_comments"
value=
"true"
/>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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