[-] Remove unnecessary mariadb dialect

pull/14/head
Azalea 2024-02-19 04:48:14 -05:00
parent e37867b9db
commit a8f5380070
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.community.dialect.SQLiteDi
#spring.datasource.username=
#spring.datasource.password=
#spring.datasource.url=jdbc:mariadb://localhost:3306/insert_db_name_here?allowPublicKeyRetrieval=true&useSSL=false
#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MariaDB10Dialect
#spring.datasource.hikari.maximum-pool-size=10
################################