Updated MySQL driver

This commit is contained in:
Gustav Almstrom
2023-07-09 11:10:27 +02:00
parent 21b500a96e
commit 9c897c9fb2

View File

@@ -83,7 +83,7 @@ app:
# Database connection # Database connection
# ------------------- # -------------------
# for MySQL # for MySQL
# driverClass is com.mysql.jdbc.Driver # driverClass is com.mysql.cj.jdbc.Driver
# url is jdbc:mysql://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true # url is jdbc:mysql://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true
# #
# for PostgreSQL # for PostgreSQL
@@ -144,4 +144,3 @@ redis:
timeout: 2000 timeout: 2000
database: 0 database: 0
maxTotal: 500 maxTotal: 500