Trying out MySQLDialect instead of MariaDBDialect
nclazz/nclazz-mail-relay/pipeline/head This commit looks good Details

pull/21/head
Niclas Thobaben 2022-02-15 18:16:56 +01:00
parent cf4613d85b
commit cbbe5d09d5
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
spring.jpa.properties.hibernate.dialect: org.hibernate.dialect.MariaDBDialect
spring.jpa.properties.hibernate.dialect: org.hibernate.dialect.MySQLDialect
spring.datasource.url=jdbc:mysql://sql01.nclazz.de/prod_nclazz_mail_relay
server.forward-headers-strategy=native

View File

@ -6,6 +6,7 @@ management.endpoints.enabled-by-default=false
management.endpoints.web.exposure.include=info,health
management.endpoint.info.enabled=true
management.endpoint.health.enabled=true
management.info.git.enabled=true
spring.mail.username=${MAIL_USERNAME}
spring.mail.password=${MAIL_PASSWORD}