Skip to content

Commit aedd7ef

Browse files
Merge pull request #13 from ximanta/part4
Updated pom.xml to use SpringBoot 1.4.2 and updated WebConfiguration …
2 parents c59d7a6 + 767c81f commit aedd7ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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.2.4.RELEASE</version>
17+
<version>1.4.2.RELEASE</version>
1818
<relativePath/> <!-- lookup parent from repository -->
1919
</parent>
2020

src/main/java/guru/springframework/configuration/WebConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package guru.springframework.configuration;
22

33
import org.h2.server.web.WebServlet;
4-
import org.springframework.boot.context.embedded.ServletRegistrationBean;
4+
import org.springframework.boot.web.servlet.ServletRegistrationBean;
55
import org.springframework.context.annotation.Bean;
66
import org.springframework.context.annotation.Configuration;
77

0 commit comments

Comments
 (0)