fix typo of MariaDB
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# This profile adds basic configurations for a MySQL DB usage.
|
# This profile adds basic configurations for a MySQL DB usage.
|
||||||
# Keep in mind that you need the MaridDB driver in your classpath on compile.
|
# Keep in mind that you need the MariaDB driver in your classpath on compile.
|
||||||
# see https://github.com/eclipse/hawkbit/wiki/Run-hawkBit
|
# see https://github.com/eclipse/hawkbit/wiki/Run-hawkBit
|
||||||
|
|
||||||
spring.jpa.database=MYSQL
|
spring.jpa.database=MYSQL
|
||||||
@@ -29,4 +29,4 @@ spring.datasource.test-while-idle=true
|
|||||||
spring.datasource.time-between-eviction-runs-millis=30000
|
spring.datasource.time-between-eviction-runs-millis=30000
|
||||||
spring.datasource.min-evictable-idle-time-millis=60000
|
spring.datasource.min-evictable-idle-time-millis=60000
|
||||||
spring.datasource.max-wait=10000
|
spring.datasource.max-wait=10000
|
||||||
spring.datasource.jmx-enabled=true
|
spring.datasource.jmx-enabled=true
|
||||||
|
|||||||
Reference in New Issue
Block a user