|  | @@ -1,159 +1,208 @@
 | 
											
												
													
														|  |  <?xml version="1.0" encoding="UTF-8"?>
 |  |  <?xml version="1.0" encoding="UTF-8"?>
 | 
											
												
													
														|  |  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 |  |  <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 | 
											
												
													
														|  | -	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 |  | 
 | 
											
												
													
														|  | -	<modelVersion>4.0.0</modelVersion>
 |  | 
 | 
											
												
													
														|  | -	<groupId>com.activiti6</groupId>
 |  | 
 | 
											
												
													
														|  | -	<artifactId>activiti6-demo</artifactId>
 |  | 
 | 
											
												
													
														|  | -	<version>1.0.0</version>
 |  | 
 | 
											
												
													
														|  | -	<packaging>jar</packaging>
 |  | 
 | 
											
												
													
														|  | 
 |  | +         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 | 
											
												
													
														|  | 
 |  | +    <modelVersion>4.0.0</modelVersion>
 | 
											
												
													
														|  | 
 |  | +    <groupId>com.activiti</groupId>
 | 
											
												
													
														|  | 
 |  | +    <artifactId>activiti-5.22</artifactId>
 | 
											
												
													
														|  | 
 |  | +    <version>1.0.0</version>
 | 
											
												
													
														|  | 
 |  | +    <packaging>jar</packaging>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -	<parent>
 |  | 
 | 
											
												
													
														|  | -		<groupId>org.springframework.boot</groupId>
 |  | 
 | 
											
												
													
														|  | -		<artifactId>spring-boot-starter-parent</artifactId>
 |  | 
 | 
											
												
													
														|  | -		<version>1.5.8.RELEASE</version>
 |  | 
 | 
											
												
													
														|  | -		<relativePath/>
 |  | 
 | 
											
												
													
														|  | -	</parent>
 |  | 
 | 
											
												
													
														|  | 
 |  | +    <parent>
 | 
											
												
													
														|  | 
 |  | +        <groupId>org.springframework.boot</groupId>
 | 
											
												
													
														|  | 
 |  | +        <artifactId>spring-boot-starter-parent</artifactId>
 | 
											
												
													
														|  | 
 |  | +        <version>1.5.8.RELEASE</version>
 | 
											
												
													
														|  | 
 |  | +        <relativePath/>
 | 
											
												
													
														|  | 
 |  | +    </parent>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -	<properties>
 |  | 
 | 
											
												
													
														|  | -		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 |  | 
 | 
											
												
													
														|  | -		<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 |  | 
 | 
											
												
													
														|  | -		<java.version>1.8</java.version>
 |  | 
 | 
											
												
													
														|  | -		<druid.version>1.1.6</druid.version>
 |  | 
 | 
											
												
													
														|  | 
 |  | +    <properties>
 | 
											
												
													
														|  | 
 |  | +        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
											
												
													
														|  | 
 |  | +        <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 | 
											
												
													
														|  | 
 |  | +        <java.version>1.8</java.version>
 | 
											
												
													
														|  | 
 |  | +        <druid.version>1.1.6</druid.version>
 | 
											
												
													
														|  |          <activiti.version>5.22.0</activiti.version>
 |  |          <activiti.version>5.22.0</activiti.version>
 | 
											
												
													
														|  |          <apache.xmlgraphics.version>1.7</apache.xmlgraphics.version>
 |  |          <apache.xmlgraphics.version>1.7</apache.xmlgraphics.version>
 | 
											
												
													
														|  | -		<fastjson.version>1.2.47</fastjson.version>
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <fastjson.version>1.2.47</fastjson.version>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -	</properties>
 |  | 
 | 
											
												
													
														|  | 
 |  | +    </properties>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -	<dependencies>
 |  | 
 | 
											
												
													
														|  | -		<dependency>
 |  | 
 | 
											
												
													
														|  | -			<groupId>org.springframework.boot</groupId>
 |  | 
 | 
											
												
													
														|  | -			<artifactId>spring-boot-starter-web</artifactId>
 |  | 
 | 
											
												
													
														|  | -		</dependency>
 |  | 
 | 
											
												
													
														|  | 
 |  | +    <profiles>
 | 
											
												
													
														|  | 
 |  | +        <profile>
 | 
											
												
													
														|  | 
 |  | +            <id>test</id>
 | 
											
												
													
														|  | 
 |  | +            <!--默认激活当前配置-->
 | 
											
												
													
														|  | 
 |  | +            <activation>
 | 
											
												
													
														|  | 
 |  | +                <activeByDefault>true</activeByDefault>
 | 
											
												
													
														|  | 
 |  | +            </activation>
 | 
											
												
													
														|  | 
 |  | +            <properties>
 | 
											
												
													
														|  | 
 |  | +                <profiles.active>test</profiles.active>
 | 
											
												
													
														|  | 
 |  | +                <!-- Docker 配置 -->
 | 
											
												
													
														|  | 
 |  | +                <docker.dockerHost>http://172.16.90.64:22375</docker.dockerHost>
 | 
											
												
													
														|  | 
 |  | +                <docker.serviceId>DockerHub</docker.serviceId>
 | 
											
												
													
														|  | 
 |  | +                <docker.image.version>1.0.0</docker.image.version>
 | 
											
												
													
														|  | 
 |  | +            </properties>
 | 
											
												
													
														|  | 
 |  | +        </profile>
 | 
											
												
													
														|  | 
 |  | +    </profiles>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -		<dependency>
 |  | 
 | 
											
												
													
														|  | -			<groupId>junit</groupId>
 |  | 
 | 
											
												
													
														|  | -			<artifactId>junit</artifactId>
 |  | 
 | 
											
												
													
														|  | -		</dependency>
 |  | 
 | 
											
												
													
														|  | -		<dependency>
 |  | 
 | 
											
												
													
														|  | -			<groupId>org.springframework</groupId>
 |  | 
 | 
											
												
													
														|  | -			<artifactId>spring-test</artifactId>
 |  | 
 | 
											
												
													
														|  | -		</dependency>
 |  | 
 | 
											
												
													
														|  | -		<dependency>
 |  | 
 | 
											
												
													
														|  | -			<groupId>org.springframework.boot</groupId>
 |  | 
 | 
											
												
													
														|  | -			<artifactId>spring-boot-test</artifactId>
 |  | 
 | 
											
												
													
														|  | -		</dependency>
 |  | 
 | 
											
												
													
														|  | -		<dependency>
 |  | 
 | 
											
												
													
														|  | -			<groupId>org.springframework.boot</groupId>
 |  | 
 | 
											
												
													
														|  | -			<artifactId>spring-boot-starter-jdbc</artifactId>
 |  | 
 | 
											
												
													
														|  | -		</dependency>
 |  | 
 | 
											
												
													
														|  | 
 |  | +    <dependencies>
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.springframework.boot</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>spring-boot-starter-web</artifactId>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>junit</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>junit</artifactId>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.springframework</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>spring-test</artifactId>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.springframework.boot</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>spring-boot-test</artifactId>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.springframework.boot</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>spring-boot-starter-jdbc</artifactId>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -		<dependency>
 |  | 
 | 
											
												
													
														|  | -			<groupId>org.springframework.boot</groupId>
 |  | 
 | 
											
												
													
														|  | -			<artifactId>spring-boot-starter-freemarker</artifactId>
 |  | 
 | 
											
												
													
														|  | -		</dependency>
 |  | 
 | 
											
												
													
														|  | -		<!--mybatis-->
 |  | 
 | 
											
												
													
														|  | -		<dependency>
 |  | 
 | 
											
												
													
														|  | -			<groupId>org.mybatis.spring.boot</groupId>
 |  | 
 | 
											
												
													
														|  | -			<artifactId>mybatis-spring-boot-starter</artifactId>
 |  | 
 | 
											
												
													
														|  | -			<version>2.0.0</version>
 |  | 
 | 
											
												
													
														|  | -		</dependency>
 |  | 
 | 
											
												
													
														|  | -		<!-- mysql 驱动依赖-->
 |  | 
 | 
											
												
													
														|  | -		<dependency>
 |  | 
 | 
											
												
													
														|  | -			<groupId>mysql</groupId>
 |  | 
 | 
											
												
													
														|  | -			<artifactId>mysql-connector-java</artifactId>
 |  | 
 | 
											
												
													
														|  | -		</dependency>
 |  | 
 | 
											
												
													
														|  | -		<!-- 分页插件 -->
 |  | 
 | 
											
												
													
														|  | -		<dependency>
 |  | 
 | 
											
												
													
														|  | -			<groupId>com.github.pagehelper</groupId>
 |  | 
 | 
											
												
													
														|  | -			<artifactId>pagehelper-spring-boot-starter</artifactId>
 |  | 
 | 
											
												
													
														|  | -			<version>1.2.5</version>
 |  | 
 | 
											
												
													
														|  | -		</dependency>
 |  | 
 | 
											
												
													
														|  | -		<!-- Druid DataSource -->
 |  | 
 | 
											
												
													
														|  | -		<dependency>
 |  | 
 | 
											
												
													
														|  | -			<groupId>com.alibaba</groupId>
 |  | 
 | 
											
												
													
														|  | -			<artifactId>druid-spring-boot-starter</artifactId>
 |  | 
 | 
											
												
													
														|  | -			<version>${druid.version}</version>
 |  | 
 | 
											
												
													
														|  | -		</dependency>
 |  | 
 | 
											
												
													
														|  | -		<!-- 阿里JSON解析器 -->
 |  | 
 | 
											
												
													
														|  | -		<dependency>
 |  | 
 | 
											
												
													
														|  | -			<groupId>com.alibaba</groupId>
 |  | 
 | 
											
												
													
														|  | -			<artifactId>fastjson</artifactId>
 |  | 
 | 
											
												
													
														|  | -			<version>${fastjson.version}</version>
 |  | 
 | 
											
												
													
														|  | -		</dependency>
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.springframework.boot</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>spring-boot-starter-freemarker</artifactId>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  | 
 |  | +        <!--mybatis-->
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.mybatis.spring.boot</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>mybatis-spring-boot-starter</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>2.0.0</version>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  | 
 |  | +        <!-- mysql 驱动依赖-->
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>mysql</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>mysql-connector-java</artifactId>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  | 
 |  | +        <!-- 分页插件 -->
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>com.github.pagehelper</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>pagehelper-spring-boot-starter</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>1.2.5</version>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  | 
 |  | +        <!-- Druid DataSource -->
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>com.alibaba</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>druid-spring-boot-starter</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${druid.version}</version>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  | 
 |  | +        <!-- 阿里JSON解析器 -->
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>com.alibaba</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>fastjson</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${fastjson.version}</version>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  |          <!-- activiti -->
 |  |          <!-- activiti -->
 | 
											
												
													
														|  | -<!--		<dependency>-->
 |  | 
 | 
											
												
													
														|  | -<!--			<groupId>org.activiti</groupId>-->
 |  | 
 | 
											
												
													
														|  | -<!--			<artifactId>activiti-bpmn-model</artifactId>-->
 |  | 
 | 
											
												
													
														|  | -<!--			<version>${activiti.version}</version>-->
 |  | 
 | 
											
												
													
														|  | -<!--		</dependency>-->
 |  | 
 | 
											
												
													
														|  | -        <dependency>
 |  | 
 | 
											
												
													
														|  | -			<groupId>org.activiti</groupId>
 |  | 
 | 
											
												
													
														|  | -			<artifactId>activiti-spring-boot-starter-basic</artifactId>
 |  | 
 | 
											
												
													
														|  | -			<version>${activiti.version}</version>
 |  | 
 | 
											
												
													
														|  | -		</dependency>
 |  | 
 | 
											
												
													
														|  | -		<!--集成diagram-view5.22跟踪流程-->
 |  | 
 | 
											
												
													
														|  | -		<dependency>
 |  | 
 | 
											
												
													
														|  | -			<groupId>org.activiti</groupId>
 |  | 
 | 
											
												
													
														|  | -			<artifactId>activiti-spring-boot-starter-rest-api</artifactId>
 |  | 
 | 
											
												
													
														|  | -			<version>${activiti.version}</version>
 |  | 
 | 
											
												
													
														|  | -		</dependency>
 |  | 
 | 
											
												
													
														|  | -		<!--集成diagram-view5.22跟踪流程-->
 |  | 
 | 
											
												
													
														|  | -		<dependency>
 |  | 
 | 
											
												
													
														|  | -			<groupId>org.activiti</groupId>
 |  | 
 | 
											
												
													
														|  | -			<artifactId>activiti-diagram-rest</artifactId>
 |  | 
 | 
											
												
													
														|  | -			<version>${activiti.version}</version>
 |  | 
 | 
											
												
													
														|  | -		</dependency>
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <!--		<dependency>-->
 | 
											
												
													
														|  | 
 |  | +        <!--			<groupId>org.activiti</groupId>-->
 | 
											
												
													
														|  | 
 |  | +        <!--			<artifactId>activiti-bpmn-model</artifactId>-->
 | 
											
												
													
														|  | 
 |  | +        <!--			<version>${activiti.version}</version>-->
 | 
											
												
													
														|  | 
 |  | +        <!--		</dependency>-->
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.activiti</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>activiti-spring-boot-starter-basic</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${activiti.version}</version>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  | 
 |  | +        <!--集成diagram-view5.22跟踪流程-->
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.activiti</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>activiti-spring-boot-starter-rest-api</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${activiti.version}</version>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  | 
 |  | +        <!--集成diagram-view5.22跟踪流程-->
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.activiti</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>activiti-diagram-rest</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${activiti.version}</version>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -		<dependency>
 |  | 
 | 
											
												
													
														|  | -			<groupId>org.activiti</groupId>
 |  | 
 | 
											
												
													
														|  | -			<artifactId>activiti-bpmn-layout</artifactId>
 |  | 
 | 
											
												
													
														|  | -			<version>${activiti.version}</version>
 |  | 
 | 
											
												
													
														|  | -		</dependency>
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.activiti</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>activiti-bpmn-layout</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${activiti.version}</version>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -		<dependency>
 |  | 
 | 
											
												
													
														|  | -		     <groupId>org.activiti</groupId>
 |  | 
 | 
											
												
													
														|  | -		     <artifactId>activiti-json-converter</artifactId>
 |  | 
 | 
											
												
													
														|  | -		     <version>${activiti.version}</version>
 |  | 
 | 
											
												
													
														|  | -		     <exclusions>
 |  | 
 | 
											
												
													
														|  | -				<exclusion>
 |  | 
 | 
											
												
													
														|  | -					<groupId>org.activiti</groupId>
 |  | 
 | 
											
												
													
														|  | -      				<artifactId>activiti-bpmn-model</artifactId>
 |  | 
 | 
											
												
													
														|  | -				</exclusion>
 |  | 
 | 
											
												
													
														|  | -		     </exclusions>
 |  | 
 | 
											
												
													
														|  | -    	</dependency>
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.activiti</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>activiti-json-converter</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${activiti.version}</version>
 | 
											
												
													
														|  | 
 |  | +            <exclusions>
 | 
											
												
													
														|  | 
 |  | +                <exclusion>
 | 
											
												
													
														|  | 
 |  | +                    <groupId>org.activiti</groupId>
 | 
											
												
													
														|  | 
 |  | +                    <artifactId>activiti-bpmn-model</artifactId>
 | 
											
												
													
														|  | 
 |  | +                </exclusion>
 | 
											
												
													
														|  | 
 |  | +            </exclusions>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -	    <dependency>
 |  | 
 | 
											
												
													
														|  | -		    <groupId>org.apache.xmlgraphics</groupId>
 |  | 
 | 
											
												
													
														|  | -		    <artifactId>batik-codec</artifactId>
 |  | 
 | 
											
												
													
														|  | -		    <version>${apache.xmlgraphics.version}</version>
 |  | 
 | 
											
												
													
														|  | -	    </dependency>
 |  | 
 | 
											
												
													
														|  | -	    <dependency>
 |  | 
 | 
											
												
													
														|  | -		    <groupId>org.apache.xmlgraphics</groupId>
 |  | 
 | 
											
												
													
														|  | -		    <artifactId>batik-css</artifactId>
 |  | 
 | 
											
												
													
														|  | -		    <version>${apache.xmlgraphics.version}</version>
 |  | 
 | 
											
												
													
														|  | -	    </dependency>
 |  | 
 | 
											
												
													
														|  | -	    <dependency>
 |  | 
 | 
											
												
													
														|  | -		    <groupId>org.apache.xmlgraphics</groupId>
 |  | 
 | 
											
												
													
														|  | -		    <artifactId>batik-svg-dom</artifactId>
 |  | 
 | 
											
												
													
														|  | -		    <version>${apache.xmlgraphics.version}</version>
 |  | 
 | 
											
												
													
														|  | -	    </dependency>
 |  | 
 | 
											
												
													
														|  | -	    <dependency>
 |  | 
 | 
											
												
													
														|  | -		    <groupId>org.apache.xmlgraphics</groupId>
 |  | 
 | 
											
												
													
														|  | -		    <artifactId>batik-svggen</artifactId>
 |  | 
 | 
											
												
													
														|  | -		    <version>${apache.xmlgraphics.version}</version>
 |  | 
 | 
											
												
													
														|  | -	    </dependency>
 |  | 
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.apache.xmlgraphics</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>batik-codec</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${apache.xmlgraphics.version}</version>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.apache.xmlgraphics</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>batik-css</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${apache.xmlgraphics.version}</version>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.apache.xmlgraphics</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>batik-svg-dom</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${apache.xmlgraphics.version}</version>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  | 
 |  | +        <dependency>
 | 
											
												
													
														|  | 
 |  | +            <groupId>org.apache.xmlgraphics</groupId>
 | 
											
												
													
														|  | 
 |  | +            <artifactId>batik-svggen</artifactId>
 | 
											
												
													
														|  | 
 |  | +            <version>${apache.xmlgraphics.version}</version>
 | 
											
												
													
														|  | 
 |  | +        </dependency>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -	</dependencies>
 |  | 
 | 
											
												
													
														|  | 
 |  | +    </dependencies>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -	<build>
 |  | 
 | 
											
												
													
														|  | -		<plugins>
 |  | 
 | 
											
												
													
														|  | -			<plugin>
 |  | 
 | 
											
												
													
														|  | -				<groupId>org.springframework.boot</groupId>
 |  | 
 | 
											
												
													
														|  | -				<artifactId>spring-boot-maven-plugin</artifactId>
 |  | 
 | 
											
												
													
														|  | -			</plugin>
 |  | 
 | 
											
												
													
														|  | -		</plugins>
 |  | 
 | 
											
												
													
														|  | -	</build>
 |  | 
 | 
											
												
													
														|  | 
 |  | +    <build>
 | 
											
												
													
														|  | 
 |  | +        <plugins>
 | 
											
												
													
														|  | 
 |  | +            <plugin>
 | 
											
												
													
														|  | 
 |  | +                <groupId>org.springframework.boot</groupId>
 | 
											
												
													
														|  | 
 |  | +                <artifactId>spring-boot-maven-plugin</artifactId>
 | 
											
												
													
														|  | 
 |  | +            </plugin>
 | 
											
												
													
														|  | 
 |  | +            <plugin>
 | 
											
												
													
														|  | 
 |  | +                <groupId>org.apache.maven.plugins</groupId>
 | 
											
												
													
														|  | 
 |  | +                <artifactId>maven-surefire-plugin</artifactId>
 | 
											
												
													
														|  | 
 |  | +                <version>2.18.1</version>
 | 
											
												
													
														|  | 
 |  | +                <configuration>
 | 
											
												
													
														|  | 
 |  | +                    <skipTests>true</skipTests>
 | 
											
												
													
														|  | 
 |  | +                </configuration>
 | 
											
												
													
														|  | 
 |  | +            </plugin>
 | 
											
												
													
														|  | 
 |  | +            <plugin>
 | 
											
												
													
														|  | 
 |  | +                <groupId>com.spotify</groupId>
 | 
											
												
													
														|  | 
 |  | +                <artifactId>docker-maven-plugin</artifactId>
 | 
											
												
													
														|  | 
 |  | +                <version>1.2.2</version>
 | 
											
												
													
														|  | 
 |  | +                <configuration>
 | 
											
												
													
														|  | 
 |  | +<!--
 | 
											
												
													
														|  | 
 |  | +                    <serverId>${docker.serviceId}</serverId>
 | 
											
												
													
														|  | 
 |  | +-->
 | 
											
												
													
														|  | 
 |  | +                    <dockerHost>${docker.dockerHost}</dockerHost>
 | 
											
												
													
														|  | 
 |  | +                    <!--指定标签-->
 | 
											
												
													
														|  | 
 |  | +                    <imageTags>
 | 
											
												
													
														|  | 
 |  | +                        <imageTag>${docker.image.version}</imageTag>
 | 
											
												
													
														|  | 
 |  | +                    </imageTags>
 | 
											
												
													
														|  | 
 |  | +                    <imageName>docker.io/${project.artifactId}:${docker.image.version}</imageName>
 | 
											
												
													
														|  | 
 |  | +                    <dockerDirectory>${project.basedir}/src/main/docker</dockerDirectory>
 | 
											
												
													
														|  | 
 |  | +                    <resources>
 | 
											
												
													
														|  | 
 |  | +                        <resource>
 | 
											
												
													
														|  | 
 |  | +                            <targetPath>/</targetPath>
 | 
											
												
													
														|  | 
 |  | +                            <directory>${project.build.directory}</directory>
 | 
											
												
													
														|  | 
 |  | +                            <include>${project.build.finalName}.jar</include>
 | 
											
												
													
														|  | 
 |  | +                        </resource>
 | 
											
												
													
														|  | 
 |  | +                    </resources>
 | 
											
												
													
														|  | 
 |  | +                </configuration>
 | 
											
												
													
														|  | 
 |  | +            </plugin>
 | 
											
												
													
														|  | 
 |  | +        </plugins>
 | 
											
												
													
														|  | 
 |  | +    </build>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |  </project>
 |  |  </project>
 |