We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365c165 commit 24d6c4fCopy full SHA for 24d6c4f
.gitignore
@@ -49,4 +49,10 @@ gradle-app.setting
49
tc/
50
51
spring.log
52
-logs/
+logs/
53
+
54
+### Eclipse ###
55
+.classpath
56
+.project
57
+.settings/
58
+.factorypath
pom.xml
@@ -13,7 +13,8 @@
13
<parent>
14
<groupId>org.springframework.boot</groupId>
15
<artifactId>spring-boot-starter-parent</artifactId>
16
- <version>2.0.0.RELEASE</version>
+ <version>2.4.0-RC1</version>
17
+ <relativePath/>
18
</parent>
19
20
<build>
@@ -65,4 +66,4 @@
65
66
</dependencies>
67
</profile>
68
</profiles>
-</project>
69
+</project>
0 commit comments