Commit d1fe8b301e1adaf69247ae23517c58d91fff5f03
1 parent
5cf5c2a9
添加父层依赖
Showing
1 changed file
with
14 additions
and
5 deletions
pom.xml
| 1 | +<?xml version="1.0" encoding="UTF-8"?> | |
| 1 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | 3 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | 4 | <modelVersion>4.0.0</modelVersion> |
| 4 | 5 | |
| 6 | + <parent> | |
| 7 | + <groupId>org.springframework.boot</groupId> | |
| 8 | + <artifactId>spring-boot-starter-parent</artifactId> | |
| 9 | + <version>1.3.6.RELEASE</version> | |
| 10 | + </parent> | |
| 11 | + | |
| 5 | 12 | <groupId>com.ylp.common</groupId> |
| 6 | 13 | <artifactId>ylp-common-parent</artifactId> |
| 7 | 14 | <version>2.0.0-SNAPSHOT</version> |
| ... | ... | @@ -13,6 +20,8 @@ |
| 13 | 20 | <properties> |
| 14 | 21 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
| 15 | 22 | <ylp.common.version>2.0.0-SP4-SNAPSHOT</ylp.common.version> |
| 23 | + <mybatisplus-spring-boot-starter.version>1.0.1</mybatisplus-spring-boot-starter.version> | |
| 24 | + <org.springframework.boot.version>1.5.3.RELEASE</org.springframework.boot.version> | |
| 16 | 25 | </properties> |
| 17 | 26 | |
| 18 | 27 | <!-- 全局属性配置 --> |
| ... | ... | @@ -105,11 +114,11 @@ |
| 105 | 114 | |
| 106 | 115 | <dependencies> |
| 107 | 116 | <!-- Test Dependency Begin --> |
| 108 | - <dependency> | |
| 109 | - <groupId>junit</groupId> | |
| 110 | - <artifactId>junit</artifactId> | |
| 111 | - <version>4.11</version> | |
| 112 | - </dependency> | |
| 117 | + <!--<dependency>--> | |
| 118 | + <!--<groupId>junit</groupId>--> | |
| 119 | + <!--<artifactId>junit</artifactId>--> | |
| 120 | + <!--<version>4.11</version>--> | |
| 121 | + <!--</dependency>--> | |
| 113 | 122 | <!-- Test Dependency End --> |
| 114 | 123 | </dependencies> |
| 115 | 124 | ... | ... |