From 8d360ea3be08850621a65c093eb80787e86139e7 Mon Sep 17 00:00:00 2001
From: RolfHeG <15918921@qq.com>
Date: Tue, 13 Jul 2021 19:41:33 +0800
Subject: [PATCH] =?UTF-8?q?#754=20=E5=8D=87=E7=BA=A7spring=E5=92=8Cspringb?=
=?UTF-8?q?oot=E7=89=88=E6=9C=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
examples/saturn-demo-spring/pom.xml | 2 +-
examples/saturn-demo-springboot/pom.xml | 2 +-
saturn-spring/pom.xml | 2 +-
saturn-springboot/pom.xml | 2 +-
.../job/springboot/GenericSpringBootSaturnApplication.java | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/examples/saturn-demo-spring/pom.xml b/examples/saturn-demo-spring/pom.xml
index 8fa4bf4d7..25b191b83 100644
--- a/examples/saturn-demo-spring/pom.xml
+++ b/examples/saturn-demo-spring/pom.xml
@@ -10,7 +10,7 @@
master-SNAPSHOT
- 4.0.6.RELEASE
+ 5.3.8
1.7.21
1.1.7
diff --git a/examples/saturn-demo-springboot/pom.xml b/examples/saturn-demo-springboot/pom.xml
index c09c70982..d9c10d01f 100644
--- a/examples/saturn-demo-springboot/pom.xml
+++ b/examples/saturn-demo-springboot/pom.xml
@@ -10,7 +10,7 @@
org.springframework.boot
spring-boot-starter-parent
- 1.5.16.RELEASE
+ 2.5.2
diff --git a/saturn-spring/pom.xml b/saturn-spring/pom.xml
index 3dce6b2eb..d06e28ad3 100644
--- a/saturn-spring/pom.xml
+++ b/saturn-spring/pom.xml
@@ -12,7 +12,7 @@
saturn-spring
- 4.0.6.RELEASE
+ 5.3.8
diff --git a/saturn-springboot/pom.xml b/saturn-springboot/pom.xml
index 14bebfbac..ba364e76d 100644
--- a/saturn-springboot/pom.xml
+++ b/saturn-springboot/pom.xml
@@ -12,7 +12,7 @@
saturn-springboot
- 1.5.16.RELEASE
+ 2.5.2
diff --git a/saturn-springboot/src/main/java/com/vip/saturn/job/springboot/GenericSpringBootSaturnApplication.java b/saturn-springboot/src/main/java/com/vip/saturn/job/springboot/GenericSpringBootSaturnApplication.java
index d19983220..257388393 100644
--- a/saturn-springboot/src/main/java/com/vip/saturn/job/springboot/GenericSpringBootSaturnApplication.java
+++ b/saturn-springboot/src/main/java/com/vip/saturn/job/springboot/GenericSpringBootSaturnApplication.java
@@ -53,7 +53,7 @@ protected ApplicationContext run() {
/**
* 使用默认方式启动SpringBoot时,加载的source
*/
- protected Object source() {
+ protected Class> source() {
return this.getClass();
}