Fix typo in database setrings properties
This commit is contained in:
parent
b1e9b43294
commit
d50ad908d7
@ -47,7 +47,7 @@ public final class DatabaseSettings implements SettingsHolder {
|
|||||||
|
|
||||||
@Comment("Driver Name of the MySQL database")
|
@Comment("Driver Name of the MySQL database")
|
||||||
public static final Property<String> MYSQL_DRIVER_CLASS_NAME =
|
public static final Property<String> MYSQL_DRIVER_CLASS_NAME =
|
||||||
newProperty("DataSource.mySQLDriverClassName", "com.mysql.jdbc.Drive");
|
newProperty("DataSource.mySQLDriverClassName", "com.mysql.jdbc.Driver");
|
||||||
|
|
||||||
@Comment("Database Name, use with converters or as SQLITE database name")
|
@Comment("Database Name, use with converters or as SQLITE database name")
|
||||||
public static final Property<String> MYSQL_DATABASE =
|
public static final Property<String> MYSQL_DATABASE =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user