From c7283d83e767ebd4213f9900b1cb8602257141e7 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Mon, 10 Apr 2023 19:43:23 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=907.4.0=E3=80=91=E5=8D=87=E7=BA=A77.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 18 +++++++++++++++--- src/main/resources/application.yml | 2 ++ 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 89174a99..97f7f833 100644 --- a/pom.xml +++ b/pom.xml @@ -7,12 +7,12 @@ org.springframework.boot spring-boot-starter-parent - 2.4.2 + 2.6.14 cn.stylefeng guns - 7.3.4 + 7.4.0 guns Guns主项目 @@ -24,8 +24,9 @@ UTF-8 1.8 8.0.21 - 7.3.4 + 7.4.0 latest + 7.1.1 @@ -56,6 +57,17 @@ cn.stylefeng.roses db-spring-boot-starter ${roses.kernel.version} + + + flyway-core + org.flywaydb + + + + + org.flywaydb + flyway-core + ${flyway.version} diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 6f8066cc..3b1acdf5 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -7,6 +7,8 @@ spring: name: guns profiles: active: @spring.active@ + main: + allow-circular-references: true mvc: view: prefix: /pages