DatabaseDriver.MYSQL is added two times. Probably one extra line or missing DatabaseDriver.MARIADB.
|
platformResolver = platformResolver.withDriverPlatform(DatabaseDriver.MYSQL, "mysql_innodb"); |
|
platformResolver = platformResolver.withDriverPlatform(DatabaseDriver.MYSQL, "mysql_innodb"); |
DatabaseDriver.MYSQLis added two times. Probably one extra line or missingDatabaseDriver.MARIADB.spring-boot/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/quartz/QuartzDataSourceScriptDatabaseInitializer.java
Line 71 in 196c92e
spring-boot/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/quartz/QuartzDataSourceScriptDatabaseInitializer.java
Line 72 in 196c92e