upgrade boot parent (#3352)

* make sure modules using java8

* move url matching code

* upgrade boot parent

* minor cleanup
This commit is contained in:
Doha2012
2018-01-05 21:56:21 +02:00
committed by Grzegorz Piwowarek
parent 1273bb4aee
commit fe0e0ba115
67 changed files with 175 additions and 258 deletions

View File

@@ -12,10 +12,10 @@
<description>Spring Security MVC </description>
<parent>
<artifactId>parent-boot-4</artifactId>
<artifactId>parent-boot-5</artifactId>
<groupId>com.baeldung</groupId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-4</relativePath>
<relativePath>../../parent-boot-5</relativePath>
</parent>
<dependencies>

View File

@@ -3,7 +3,7 @@ package org.baeldung.config;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.context.web.SpringBootServletInitializer;
import org.springframework.boot.web.support.SpringBootServletInitializer;
@SpringBootApplication
public class Application extends SpringBootServletInitializer {