Skip to content

Commit 24d6c4f

Browse files
committed
Upgrade to Spring Boot 2.4.0-RC1.
1 parent 365c165 commit 24d6c4f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,10 @@ gradle-app.setting
4949
tc/
5050

5151
spring.log
52-
logs/
52+
logs/
53+
54+
### Eclipse ###
55+
.classpath
56+
.project
57+
.settings/
58+
.factorypath

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>2.0.0.RELEASE</version>
16+
<version>2.4.0-RC1</version>
17+
<relativePath/>
1718
</parent>
1819

1920
<build>
@@ -65,4 +66,4 @@
6566
</dependencies>
6667
</profile>
6768
</profiles>
68-
</project>
69+
</project>

0 commit comments

Comments
 (0)