File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/ericsson/ei/frontend Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >org.springframework.boot</groupId >
11
11
<artifactId >spring-boot-starter-parent</artifactId >
12
- <version >1.5.5 .RELEASE</version >
12
+ <version >2.0.1 .RELEASE</version >
13
13
<relativePath /> <!-- .. lookup parent from repository -->
14
14
</parent >
15
15
Original file line number Diff line number Diff line change 25
25
import org .springframework .boot .SpringApplication ;
26
26
import org .springframework .boot .autoconfigure .SpringBootApplication ;
27
27
import org .springframework .boot .builder .SpringApplicationBuilder ;
28
- import org .springframework .boot .web .support .SpringBootServletInitializer ;
28
+ import org .springframework .boot .web .servlet . support .SpringBootServletInitializer ;
29
29
30
30
@ SpringBootApplication
31
31
public class EIFrontendApplication extends SpringBootServletInitializer {
You can’t perform that action at this time.
0 commit comments