[-] Completely drop mysql support

This commit is contained in:
Azalea
2024-02-17 01:07:09 -05:00
parent 7d3579af4f
commit 5748a11788
4 changed files with 1 additions and 28 deletions

View File

@@ -85,14 +85,6 @@ spring.jpa.properties.hibernate.dialect=org.hibernate.community.dialect.SQLiteDi
#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MariaDB10Dialect
#spring.datasource.hikari.maximum-pool-size=10
########## For MySQL ##########
#spring.datasource.driver-class-name=com.mysql.jdbc.Driver
#spring.datasource.username=
#spring.datasource.password=
#spring.datasource.url=jdbc:mysql://localhost:3306/insert_db_name_here?allowPublicKeyRetrieval=true&useSSL=false
#spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
#spring.datasource.hikari.maximum-pool-size=10
################################
## AquaNet Settings
################################