示例依赖配置(Maven): xml <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-mysql</artifactId> <version>最新版本号</version> </dependency> 示例依赖配置(Gradle): gradle implementation 'org.flywaydb:flyway-mysql:最新版...
Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin) Java API Which database are you using? (Type & version) MySQL 8.0.25 Which operating system are you using? Windows / Linux WSL What did you do? (Please include the content causing the issue, any relevant...
Flyway Community 8.2.1 If this is not the latest version, can you reproduce the issue with the latest one as well? (Many bugs are fixed in newer releases and upgrading will often resolve the issue) Which client are you using? (Command-line, Java API, Maven plugin, Gradle plugin) ...
implementation("org.mariadb.jdbc:mariadb-java-client:3.0.6") // org.flywaydb:flyway-mysql:8.3.0 implementation("org.flywaydb:flyway-core:9.19.4") runtimeOnly("mysql:mysql-connector-java:8.0.27") } buildscript { repositories { mavenCentral() } dependencies { classpath("org.flywaydb:flyway...