Skip to content

Commit

Permalink
chore: remove mariadb dialect
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjack committed Jun 24, 2024
1 parent d698769 commit da05995
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ eureka.client.service-url.default-zone=http://eureka:8761/eureka
spring.datasource.url=jdbc:mariadb://mariadb:3306/${BANNERAPI_MARIADB_NAME}?useSSL=false
spring.datasource.username=${BANNERAPI_MARIADB_USER}
spring.datasource.password=${BANNERAPI_MARIADB_PASS}
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MariaDB103Dialect
spring.flyway.baseline-on-migrate=true

# JWT
Expand Down

0 comments on commit da05995

Please sign in to comment.