This action will force synchronization from 防火云/智慧消防物联网系统V1.0, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
<?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"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"><parent><artifactId>firecontrol</artifactId><groupId>cn.turing.firecontrol</groupId><version>V1.7.0-RELEASE</version></parent><modelVersion>4.0.0</modelVersion><artifactId>turing-device</artifactId><properties><docker.image.prefix>turing</docker.image.prefix><docker.plugin.version>0.4.13</docker.plugin.version><lcn.last.version>4.0.3.SNAPSHOT</lcn.last.version><docker.registry>hub.iot.store</docker.registry></properties><dependencies><dependency><groupId>cn.turing.firecontrol</groupId><artifactId>turing-common</artifactId><version>V1.7.0-RELEASE</version></dependency><dependency><groupId>cn.turing.firecontrol</groupId><artifactId>turing-core</artifactId><version>4.0</version></dependency><dependency><groupId>cn.turing.firecontrol</groupId><artifactId>turing-auth-client</artifactId><version>V1.7.0-RELEASE</version></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-jdbc</artifactId></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-undertow</artifactId></dependency><!--增加eureka-server的依赖--><dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-starter-eureka</artifactId></dependency><dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-config-client</artifactId></dependency><dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-starter-hystrix</artifactId></dependency><dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-starter-feign</artifactId></dependency><dependency><groupId>de.codecentric</groupId><artifactId>spring-boot-admin-starter-client</artifactId><version>1.5.7</version></dependency><!--用于测试的,本例可省略--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-test</artifactId><scope>test</scope></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-actuator</artifactId></dependency><!-- druid --><dependency><groupId>com.alibaba</groupId><artifactId>druid-spring-boot-starter</artifactId><version>1.1.0</version></dependency><dependency><groupId>mysql</groupId><artifactId>mysql-connector-java</artifactId></dependency><!-- 通用mapper --><dependency><groupId>tk.mybatis</groupId><artifactId>mapper-spring-boot-starter</artifactId><version>1.1.2</version></dependency><dependency><groupId>com.github.pagehelper</groupId><artifactId>pagehelper-spring-boot-starter</artifactId><version>1.1.2</version></dependency><!-- swagger --><dependency><groupId>com.spring4all</groupId><artifactId>spring-boot-starter-swagger</artifactId><version>1.5.1.RELEASE</version></dependency><dependency><groupId>org.apache.commons</groupId><artifactId>commons-lang3</artifactId><version>3.4</version></dependency><dependency><groupId>commons-io</groupId><artifactId>commons-io</artifactId><version>2.6</version></dependency><!-- https://mvnrepository.com/artifact/com.alibaba/fastjson --><dependency><groupId>com.alibaba</groupId><artifactId>fastjson</artifactId><version>1.2.33</version></dependency><dependency><groupId>org.projectlombok</groupId><artifactId>lombok</artifactId><version>1.16.14</version><scope>provided</scope></dependency><dependency><groupId>org.apache.poi</groupId><artifactId>poi</artifactId><version>3.14</version></dependency><dependency><groupId>org.apache.poi</groupId><artifactId>poi-ooxml</artifactId><version>3.14</version></dependency><dependency><groupId>com.qiniu</groupId><artifactId>qiniu-java-sdk</artifactId><version>[7.2.0, 7.2.99]</version></dependency><dependency><groupId>org.apache.httpcomponents</groupId><artifactId>httpclient</artifactId><version>4.5.3</version></dependency><dependency><groupId>org.apache.httpcomponents</groupId><artifactId>httpasyncclient</artifactId><version>4.1.3</version></dependency><!-- 腾讯云语音短信接口SDK --><dependency><groupId>com.github.qcloudsms</groupId><artifactId>qcloudsms</artifactId><version>1.0.5</version></dependency><!--elasticsearch 6.2.3 transport--><dependency><groupId>org.elasticsearch.client</groupId><artifactId>transport</artifactId><version>6.2.3</version><exclusions><exclusion><groupId>org.elasticsearch</groupId><artifactId>elasticsearch</artifactId></exclusion></exclusions></dependency><dependency><groupId>org.elasticsearch</groupId><artifactId>elasticsearch</artifactId><version>6.2.3</version></dependency><dependency><groupId>com.google.zxing</groupId><artifactId>core</artifactId><version>3.3.0</version></dependency><dependency><groupId>com.baidu.aip</groupId><artifactId>java-sdk</artifactId><version>4.8.0</version></dependency><dependency><groupId>com.googlecode.soundlibs</groupId><artifactId>mp3spi</artifactId><version>1.9.5.4</version></dependency><!-- 定时任务 --><dependency><groupId>net.javacrumbs.shedlock</groupId><artifactId>shedlock-spring</artifactId><version>0.18.2</version></dependency><dependency><groupId>net.javacrumbs.shedlock</groupId><artifactId>shedlock-provider-redis-spring</artifactId><version>0.18.2</version></dependency><dependency><groupId>commons-beanutils</groupId><artifactId>commons-beanutils</artifactId><version>1.9.3</version></dependency><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-starter-amqp</artifactId></dependency><!-- 拼音工具类https://mvnrepository.com/artifact/com.belerweb/pinyin4j --><dependency><groupId>com.belerweb</groupId><artifactId>pinyin4j</artifactId><version>2.5.1</version></dependency><!--<dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-devtools</artifactId><optional>true</optional></dependency>--></dependencies><!--依赖管理,用于管理spring-cloud的依赖,其中Camden.SR3是版本号--><dependencyManagement><dependencies><dependency><groupId>org.springframework.cloud</groupId><artifactId>spring-cloud-dependencies</artifactId><version>Dalston.SR1</version><type>pom</type><scope>import</scope></dependency><dependency><groupId>com.alibaba</groupId><artifactId>fastjson</artifactId><version>1.2.33</version></dependency><dependency><groupId>com.alibaba</groupId><artifactId>druid</artifactId><version>1.0.11</version></dependency></dependencies></dependencyManagement><build><finalName>turing-device</finalName><plugins><plugin><groupId>org.mybatis.generator</groupId><artifactId>mybatis-generator-maven-plugin</artifactId><version>1.3.2</version><configuration><configurationFile>${basedir}/src/main/resources/builder/generatorConfig.xml</configurationFile><overwrite>true</overwrite><verbose>true</verbose></configuration><dependencies><dependency><groupId>mysql</groupId><artifactId>mysql-connector-java</artifactId><version>5.1.30</version><scope>runtime</scope></dependency><dependency><groupId>tk.mybatis</groupId><artifactId>mapper</artifactId><version>${mapper.version}</version></dependency></dependencies></plugin><plugin><groupId>org.springframework.boot</groupId><artifactId>spring-boot-maven-plugin</artifactId><!--打开下面的配置,可以将当前工程打成不可执行的jar--><!--<configuration><fork>true</fork></configuration>--></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><configuration><source>1.8</source><target>1.8</target></configuration></plugin><plugin><groupId>org.apache.maven.plugins</groupId><artifactId>maven-resources-plugin</artifactId><executions><execution><id>prepare-dockerfile</id><phase>validate</phase><goals><goal>copy-resources</goal></goals><configuration><outputDirectory>${project.build.directory}/docker</outputDirectory><resources><resource><directory>${project.basedir}/src/main/docker</directory><filtering>true</filtering></resource></resources></configuration></execution></executions></plugin><!--<plugin>--><!--<groupId>com.spotify</groupId>--><!--<artifactId>docker-maven-plugin</artifactId>--><!--<version>${docker.plugin.version}</version>--><!--<executions>--><!--<execution>--><!--<phase>package</phase>--><!--<goals>--><!--<goal>build</goal>--><!--</goals>--><!--</execution>--><!--</executions>--><!--<configuration>--><!--<!–<dockerHost>http://192.168.0.22:2375</dockerHost>–>--><!--<!–<dockerHost>http://192.168.0.133:2375</dockerHost>–>--><!--<!–<dockerHost>http://117.48.208.124:52375</dockerHost>–>--><!--<!– <dockerHost>http://125.94.34.242:52375</dockerHost>–>--><!--<!–特斯联服务器–>--><!--<!–<dockerHost>http://47.110.137.233:52375</dockerHost>–>--><!--<imageName>${docker.image.prefix}/${project.build.finalName}:1.7.0.4.3</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>--><plugin><groupId>com.spotify</groupId><artifactId>dockerfile-maven-plugin</artifactId><version>1.4.10</version><executions><execution><id>build-push-image</id><phase>package</phase><goals><goal>build</goal><goal>push</goal></goals></execution></executions><configuration><dockerfile>Dockerfile</dockerfile><repository>${docker.registry}/turing/${project.build.finalName}</repository><tag>${project.version}</tag> <!--不指定tag,默认为latest--><buildArgs><JAR_FILE>target/${project.build.finalName}.jar</JAR_FILE></buildArgs><useMavenSettingsForAuth>true</useMavenSettingsForAuth></configuration></plugin></plugins></build></project>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。