Set Hibernate MariaDB Dialect for swarm profile
All checks were successful
nclazz/nclazz-mail-relay/pipeline/head This commit looks good

This commit is contained in:
Niclas Thobaben 2022-02-15 17:37:40 +01:00
parent 88fcfe5a93
commit cc5d7be568

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