张延森 2 年前
父节点
当前提交
d5a451ac12
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4
    1
      pom.xml

+ 4
- 1
pom.xml 查看文件

10
 	</parent>
10
 	</parent>
11
 	<groupId>com.njyunzhi</groupId>
11
 	<groupId>com.njyunzhi</groupId>
12
 	<artifactId>nanyang</artifactId>
12
 	<artifactId>nanyang</artifactId>
13
-	<version>0.0.1-SNAPSHOT</version>
13
+	<version>0.0.1-hatc</version>
14
 	<name>hatc-api</name>
14
 	<name>hatc-api</name>
15
 	<description>海康接口</description>
15
 	<description>海康接口</description>
16
 	<properties>
16
 	<properties>
67
 			<plugin>
67
 			<plugin>
68
 				<groupId>org.springframework.boot</groupId>
68
 				<groupId>org.springframework.boot</groupId>
69
 				<artifactId>spring-boot-maven-plugin</artifactId>
69
 				<artifactId>spring-boot-maven-plugin</artifactId>
70
+				<configuration>
71
+					<includeSystemScope>true</includeSystemScope>
72
+				</configuration>
70
 			</plugin>
73
 			</plugin>
71
 		</plugins>
74
 		</plugins>
72
 	</build>
75
 	</build>