Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nutritech
nutritechAPI
Commits
5ecc7adf
Commit
5ecc7adf
authored
6 years ago
by
Leonardo Marcelino Vieira
Browse files
Options
Download
Email Patches
Plain Diff
hibernate cfg create-drop -> update
parent
e1f1a5c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
resources/hibernate.cfg.xml
+1
-1
resources/hibernate.cfg.xml
with
1 addition
and
1 deletion
+1
-1
resources/hibernate.cfg.xml
View file @
5ecc7adf
...
...
@@ -8,7 +8,7 @@
<property
name=
"hibernate.dialect"
>
org.hibernate.dialect.MySQL5Dialect
</property>
<property
name=
"hibernate.show_sql"
>
true
</property>
<property
name=
"hibernate.format_sql"
>
true
</property>
<property
name=
"hbm2ddl.auto"
>
create-drop
</property>
<property
name=
"hbm2ddl.auto"
>
update
</property>
<mapping
class=
"br.com.gastronomia.model.Usuario"
/>
<mapping
class=
"br.com.gastronomia.model.Ingrediente"
/>
<mapping
class=
"br.com.gastronomia.model.Receita"
/>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help