Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andreas Tsagkaropoulos
morphemic-preprocessor
Commits
79abbf58
Commit
79abbf58
authored
Jan 11, 2021
by
Mohamed Khalil Labidi
Browse files
Change DB to mariadb engine of melodic
parent
fdc80f9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/resources/META-INF/persistence.xml
View file @
79abbf58
...
...
@@ -21,10 +21,10 @@
<class>
org.activeeon.morphemic.model.Hardware
</class>
<properties>
<property
name=
"javax.persistence.jdbc.driver"
value=
"org.
hsql
db.jdbcDriver"
/>
<property
name=
"javax.persistence.jdbc.url"
value=
"jdbc:
hsqldb:file:./data/standalone;shutdown=tru
e"
/>
<property
name=
"javax.persistence.jdbc.user"
value=
"
root
"
/>
<property
name=
"javax.persistence.jdbc.password"
value=
""
/>
<property
name=
"javax.persistence.jdbc.driver"
value=
"org.
maria
db.jdbc
.
Driver"
/>
<property
name=
"javax.persistence.jdbc.url"
value=
"jdbc:
mariadb://melodic-store:3306/proactiv
e"
/>
<property
name=
"javax.persistence.jdbc.user"
value=
"
${JPA_USER}
"
/>
<property
name=
"javax.persistence.jdbc.password"
value=
"
${JPA_PASSWORD}
"
/>
<property
name=
"hibernate.dialect"
value=
"org.hibernate.dialect.HSQLDialect"
/>
<property
name=
"hibernate.hbm2ddl.auto"
value=
"update"
/>
<property
name=
"hibernate.flushMode"
value=
"FLUSH_AUTO"
/>
...
...
Write
Preview
Supports
Markdown
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