From 8f2ce95165f90e51d41b083610d00ae346f3a852 Mon Sep 17 00:00:00 2001 From: kunlong-luo <kunlong_luo@163.com> Date: 星期四, 02 二月 2023 14:36:19 +0800 Subject: [PATCH] fix: 修复空指针和类型转换问题 --- pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index c0c9900..510f528 100644 --- a/pom.xml +++ b/pom.xml @@ -242,6 +242,11 @@ <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> -- Gitblit v1.8.0