Skip to content

Commit f34096e

Browse files
committed
update to 2.x
1 parent 6d37b6f commit f34096e

File tree

6 files changed

+2
-94
lines changed

6 files changed

+2
-94
lines changed

spring-boot-hello/pom.xml

Lines changed: 0 additions & 47 deletions
This file was deleted.

spring-boot-hello/src/main/java/com/neo/HelloApplication.java

Lines changed: 0 additions & 12 deletions
This file was deleted.

spring-boot-hello/src/main/java/com/neo/controller/HelloController.java

Lines changed: 0 additions & 13 deletions
This file was deleted.

spring-boot-hello/src/main/resources/application.properties

Whitespace-only changes.

spring-boot-hello/src/test/java/com/neo/HelloApplicationTests.java

Lines changed: 0 additions & 18 deletions
This file was deleted.

spring-boot-helloWorld/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>1.5.6.RELEASE</version>
17+
<version>2.1.2.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

@@ -26,15 +26,13 @@
2626
<dependencies>
2727
<dependency>
2828
<groupId>org.springframework.boot</groupId>
29-
<artifactId>spring-boot-starter</artifactId>
29+
<artifactId>spring-boot-starter-web</artifactId>
3030
</dependency>
31-
3231
<dependency>
3332
<groupId>org.springframework.boot</groupId>
3433
<artifactId>spring-boot-starter-test</artifactId>
3534
<scope>test</scope>
3635
</dependency>
37-
3836
<dependency>
3937
<groupId>org.springframework.boot</groupId>
4038
<artifactId>spring-boot-starter-web</artifactId>

0 commit comments

Comments
 (0)