We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd392e3 commit 355dc8dCopy full SHA for 355dc8d
2 files changed
pom.xml
@@ -14,7 +14,7 @@
14
<parent>
15
<groupId>org.springframework.boot</groupId>
16
<artifactId>spring-boot-starter-parent</artifactId>
17
- <version>2.0.3.RELEASE</version>
+ <version>2.1.3.RELEASE</version>
18
<relativePath/> <!-- lookup parent from repository -->
19
</parent>
20
@@ -105,7 +105,7 @@
105
<plugin>
106
107
<artifactId>spring-boot-maven-plugin</artifactId>
108
- <version>2.0.2.RELEASE</version>
109
</plugin>
110
111
src/main/java/com/books/BookStoreApplication.java
@@ -6,7 +6,6 @@
6
@SpringBootApplication
7
public class BookStoreApplication
8
{
9
-
10
public static void main(String[] args)
11
12
SpringApplication.run(BookStoreApplication.class, args);
0 commit comments