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