Set Hibernate MariaDB Dialect for swarm profile
nclazz/nclazz-mail-relay/pipeline/head This commit looks good Details

pull/21/head
Niclas Thobaben 2022-02-15 17:37:40 +01:00
parent 88fcfe5a93
commit cc5d7be568
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# DDL auto schema generation (update, create, create-drop, none, validate)
spring.jpa.hibernate.ddl-auto=update
spring.jpa.hibernate.ddl-auto=none
spring.datasource.url=jdbc:h2:file:./test-db
management.endpoints.enabled-by-default=false