Fix wrong default mysql driver class #2303

This commit is contained in:
Gabriele C 2021-03-15 02:46:37 +01:00 committed by GitHub
parent 8a42a77519
commit 543c9782be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ public final class DatabaseSettings implements SettingsHolder {
@Comment("Driver Name of the MySQL database")
public static final Property<String> MYSQL_DRIVER_CLASS_NAME =
newProperty("DataSource.mySQLDriverClassName", "com.mysql.cj.jdbc.Driver");
newProperty("DataSource.mySQLDriverClassName", "com.mysql.jdbc.Drive");
@Comment("Database Name, use with converters or as SQLITE database name")
public static final Property<String> MYSQL_DATABASE =