|
|
@ -11,20 +11,14 @@ |
|
|
|
|
|
|
|
|
|
|
|
<properties> |
|
|
|
<properties> |
|
|
|
<java.version>1.7</java.version> |
|
|
|
<java.version>1.7</java.version> |
|
|
|
<spring.boot.version>1.5.4.RELEASE</spring.boot.version> |
|
|
|
|
|
|
|
</properties> |
|
|
|
</properties> |
|
|
|
|
|
|
|
|
|
|
|
<dependencyManagement> |
|
|
|
<!-- Inherit defaults from Spring Boot --> |
|
|
|
<dependencies> |
|
|
|
<parent> |
|
|
|
<dependency> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-starter-parent</artifactId> |
|
|
|
<artifactId>spring-boot-dependencies</artifactId> |
|
|
|
<version>1.5.4.RELEASE</version> |
|
|
|
<version>${spring.boot.version}</version> |
|
|
|
</parent> |
|
|
|
<type>pom</type> |
|
|
|
|
|
|
|
<scope>import</scope> |
|
|
|
|
|
|
|
</dependency> |
|
|
|
|
|
|
|
</dependencies> |
|
|
|
|
|
|
|
</dependencyManagement> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies> |
|
|
|
<dependencies> |
|
|
|
<!--Spring Boot依赖--> |
|
|
|
<!--Spring Boot依赖--> |
|
|
@ -115,7 +109,6 @@ |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<groupId>org.springframework.boot</groupId> |
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
<artifactId>spring-boot-maven-plugin</artifactId> |
|
|
|
<version>${spring.boot.version}</version> |
|
|
|
|
|
|
|
</plugin> |
|
|
|
</plugin> |
|
|
|
<plugin> |
|
|
|
<plugin> |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|
<artifactId>maven-compiler-plugin</artifactId> |
|
|
|