File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/guru/springframework/configuration Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >1.2.4 .RELEASE</version >
17
+ <version >1.4.2 .RELEASE</version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
Original file line number Diff line number Diff line change 1
1
package guru .springframework .configuration ;
2
2
3
3
import org .h2 .server .web .WebServlet ;
4
- import org .springframework .boot .context . embedded .ServletRegistrationBean ;
4
+ import org .springframework .boot .web . servlet .ServletRegistrationBean ;
5
5
import org .springframework .context .annotation .Bean ;
6
6
import org .springframework .context .annotation .Configuration ;
7
7
You can’t perform that action at this time.
0 commit comments