去除数据库自动更新,自动更新会导致wvp在arm架构服务上无法启动

This commit is contained in:
648540858
2023-02-06 10:46:23 +08:00
parent 166272ad11
commit aa3cec0dfc
4 changed files with 6 additions and 83 deletions

View File

@@ -242,13 +242,8 @@
<artifactId>spring-boot-starter-test</artifactId>
<!-- <scope>test</scope>-->
</dependency>
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
<version>7.15.0</version>
</dependency>
</dependencies>
</dependencies>
<build>