|
@@ -15,7 +15,6 @@
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
<xxl-job.version>1.7.0-SNAPSHOT</xxl-job.version>
|
|
<xxl-job.version>1.7.0-SNAPSHOT</xxl-job.version>
|
|
- <!--<spring-boot.version>1.5.3.RELEASE</spring-boot.version>-->
|
|
|
|
<spring-boot.version>1.3.8.RELEASE</spring-boot.version>
|
|
<spring-boot.version>1.3.8.RELEASE</spring-boot.version>
|
|
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
@@ -37,20 +36,10 @@
|
|
</dependencyManagement>
|
|
</dependencyManagement>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter</artifactId>
|
|
|
|
- <exclusions>
|
|
|
|
- <exclusion>
|
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
|
- <artifactId>spring-boot-starter-logging</artifactId>
|
|
|
|
- </exclusion>
|
|
|
|
- </exclusions>
|
|
|
|
- </dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.springframework.boot</groupId>
|
|
<groupId>org.springframework.boot</groupId>
|
|
- <artifactId>spring-boot-starter-log4j</artifactId>
|
|
|
|
|
|
+ <artifactId>spring-boot-starter</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
|
|
<!-- spring-boot-starter-web (提供了对web的支持,包含了spring webmvc和tomcat等web开发的特性) -->
|
|
<!-- spring-boot-starter-web (提供了对web的支持,包含了spring webmvc和tomcat等web开发的特性) -->
|