Skip to content

Commit

Permalink
#754 升级spring和springboot版本
Browse files Browse the repository at this point in the history
  • Loading branch information
RolfHeG authored and rolf.he committed Jul 13, 2021
1 parent bc865cd commit 8d360ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/saturn-demo-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<saturn.version>master-SNAPSHOT</saturn.version>
<spring.version>4.0.6.RELEASE</spring.version>
<spring.version>5.3.8</spring.version>
<jcl-over-slf4j.version>1.7.21</jcl-over-slf4j.version>
<logback.version>1.1.7</logback.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/saturn-demo-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.16.RELEASE</version>
<version>2.5.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion saturn-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>saturn-spring</artifactId>

<properties>
<spring.version>4.0.6.RELEASE</spring.version>
<spring.version>5.3.8</spring.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion saturn-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>saturn-springboot</artifactId>

<properties>
<springboot.version>1.5.16.RELEASE</springboot.version>
<springboot.version>2.5.2</springboot.version>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ protected ApplicationContext run() {
/**
* 使用默认方式启动SpringBoot时,加载的source
*/
protected Object source() {
protected Class<?> source() {
return this.getClass();
}

Expand Down

0 comments on commit 8d360ea

Please sign in to comment.