mirror of https://github.com/jeecgboot/jeecg-boot
flywaydb兼容springboot3报错,先注释掉
parent
e7e7716d05
commit
ad796f079f
|
@ -43,12 +43,12 @@
|
|||
<version>${dm8.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!--支持 mysql5.7、mysql8、MariaDB10.3.16-->
|
||||
<!--支持 mysql5.7、mysql8、MariaDB10.3.16
|
||||
<dependency>
|
||||
<groupId>org.flywaydb</groupId>
|
||||
<artifactId>flyway-core</artifactId>
|
||||
<version>7.15.0</version>
|
||||
</dependency>
|
||||
</dependency>-->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
|
|
Loading…
Reference in New Issue