mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-23 10:45:23 +01:00
Fix wrong default mysql driver class #2303
This commit is contained in:
parent
8a42a77519
commit
543c9782be
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user