From aa3cec0dfce9a980bfc518172700b5a82ef02ca8 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期一, 06 二月 2023 10:46:23 +0800 Subject: [PATCH] 去除数据库自动更新,自动更新会导致wvp在arm架构服务上无法启动 --- pom.xml | 7 +------ 1 files changed, 1 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 510f528..2943343 100644 --- a/pom.xml +++ b/pom.xml @@ -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> -- Gitblit v1.8.0