| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 | 
							- <?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>engineering</artifactId>
 
-         <groupId>io.yichepei</groupId>
 
-         <version>1.0-SNAPSHOT</version>
 
-     </parent>
 
-     <modelVersion>4.0.0</modelVersion>
 
-     <groupId>io.yichepei.engineering</groupId>
 
-     <artifactId>engineering-admin-rest</artifactId>
 
-     <version>1.0-SNAPSHOT</version>
 
-     <packaging>jar</packaging>
 
-     <properties>
 
-         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
-         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-         <java.version>1.8</java.version>
 
-         <zkclient.version>0.10</zkclient.version>
 
-     </properties>
 
-     <dependencies>
 
-         <dependency>
 
-             <groupId>com.jcraft</groupId>
 
-             <artifactId>jsch</artifactId>
 
-             <version>0.1.54</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>commons-net</groupId>
 
-             <artifactId>commons-net</artifactId>
 
-             <version>3.3</version>
 
-         </dependency>
 
-         <!-- 支持 @ConfigurationProperties 注解 -->
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-configuration-processor</artifactId>
 
-             <optional>true</optional>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>io.yichepei.engineering</groupId>
 
-             <artifactId>engineering-sys-api</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>io.yichepei.engineering</groupId>
 
-             <artifactId>engineering-common</artifactId>
 
-             <version>1.0-SNAPSHOT</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-test</artifactId>
 
-             <scope>test</scope>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>commons-net</groupId>
 
-             <artifactId>commons-net</artifactId>
 
-             <version>2.2</version>
 
-             <scope>compile</scope>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>commons-httpclient</groupId>
 
-             <artifactId>commons-httpclient</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-web</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-aop</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework</groupId>
 
-             <artifactId>spring-context-support</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-configuration-processor</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-actuator</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>io.platform.spring.boot</groupId>
 
-             <artifactId>dubbo-spring-boot-starter</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.101tec</groupId>
 
-             <artifactId>zkclient</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.apache.curator</groupId>
 
-             <artifactId>curator-framework</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>commons-lang</groupId>
 
-             <artifactId>commons-lang</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>commons-fileupload</groupId>
 
-             <artifactId>commons-fileupload</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>commons-io</groupId>
 
-             <artifactId>commons-io</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>commons-codec</groupId>
 
-             <artifactId>commons-codec</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>commons-configuration</groupId>
 
-             <artifactId>commons-configuration</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.apache.shiro</groupId>
 
-             <artifactId>shiro-core</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.apache.shiro</groupId>
 
-             <artifactId>shiro-spring</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.github.axet</groupId>
 
-             <artifactId>kaptcha</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>io.jsonwebtoken</groupId>
 
-             <artifactId>jjwt</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.alibaba</groupId>
 
-             <artifactId>fastjson</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework.boot</groupId>
 
-             <artifactId>spring-boot-starter-data-redis</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework.session</groupId>
 
-             <artifactId>spring-session-data-redis</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.dom4j</groupId>
 
-             <artifactId>dom4j</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>commons-httpclient</groupId>
 
-             <artifactId>commons-httpclient</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.projectlombok</groupId>
 
-             <artifactId>lombok</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.codehaus.groovy</groupId>
 
-             <artifactId>groovy-all</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>io.springfox</groupId>
 
-             <artifactId>springfox-swagger2</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>io.springfox</groupId>
 
-             <artifactId>springfox-swagger-ui</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>joda-time</groupId>
 
-             <artifactId>joda-time</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.apache.poi</groupId>
 
-             <artifactId>poi</artifactId>
 
-             <version>RELEASE</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.apache.poi</groupId>
 
-             <artifactId>poi-ooxml</artifactId>
 
-             <version>RELEASE</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework</groupId>
 
-             <artifactId>spring-test</artifactId>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>org.springframework</groupId>
 
-             <artifactId>spring-test</artifactId>
 
-             <version>5.2.1.RELEASE</version>
 
-             <scope>compile</scope>
 
-         </dependency>
 
-         <!-- 二维码生成-->
 
-         <dependency>
 
-             <groupId>com.google.zxing</groupId>
 
-             <artifactId>core</artifactId>
 
-             <version>3.3.3</version>
 
-         </dependency>
 
-         <dependency>
 
-             <groupId>com.google.zxing</groupId>
 
-             <artifactId>javase</artifactId>
 
-             <version>3.3.3</version>
 
-         </dependency>
 
-     </dependencies>
 
-     <repositories>
 
-         <repository>
 
-             <id>public</id>
 
-             <name>nexus</name>
 
-             <url>http://nexus.jiaweiguang.com/repository/maven-public/</url>
 
-             <releases>
 
-                 <enabled>true</enabled>
 
-             </releases>
 
-         </repository>
 
-     </repositories>
 
-     <pluginRepositories>
 
-         <pluginRepository>
 
-             <id>public</id>
 
-             <name>nexus</name>
 
-             <url>http://nexus.jiaweiguang.com/repository/maven-public/</url>
 
-             <releases>
 
-                 <enabled>true</enabled>
 
-             </releases>
 
-             <snapshots>
 
-                 <enabled>false</enabled>
 
-             </snapshots>
 
-         </pluginRepository>
 
-     </pluginRepositories>
 
-     <!--定义snapshots库和releases库的nexus地址-->
 
-     <distributionManagement>
 
-         <snapshotRepository>
 
-             <id>nexus</id>
 
-             <name>Nexus Snapshot</name>
 
-             <url>http://nexus.jiaweiguang.com/repository/maven-snapshots/</url>
 
-         </snapshotRepository>
 
-     </distributionManagement>
 
-     <build>
 
-         <plugins>
 
-             <plugin>
 
-                 <groupId>org.apache.maven.plugins</groupId>
 
-                 <artifactId>maven-deploy-plugin</artifactId>
 
-                 <configuration>
 
-                     <skip>true</skip>
 
-                 </configuration>
 
-             </plugin>
 
-             <plugin>
 
-                 <groupId>org.springframework.boot</groupId>
 
-                 <artifactId>spring-boot-maven-plugin</artifactId>
 
-                 <configuration>
 
-                     <fork>true</fork>
 
-                 </configuration>
 
-             </plugin>
 
-             <plugin>
 
-                 <groupId>org.codehaus.gmavenplus</groupId>
 
-                 <artifactId>gmavenplus-plugin</artifactId>
 
-                 <executions>
 
-                     <execution>
 
-                         <goals>
 
-                             <goal>addSources</goal>
 
-                             <goal>addTestSources</goal>
 
-                             <goal>generateStubs</goal>
 
-                             <goal>compile</goal>
 
-                             <goal>removeStubs</goal>
 
-                         </goals>
 
-                     </execution>
 
-                 </executions>
 
-                 <configuration>
 
-                     <sourceEncoding>UTF-8</sourceEncoding>
 
-                     <targetBytecode>1.8</targetBytecode>
 
-                     <invokeDynamic>true</invokeDynamic>
 
-                 </configuration>
 
-                 <dependencies>
 
-                     <dependency>
 
-                         <groupId>org.codehaus.groovy</groupId>
 
-                         <artifactId>groovy-all</artifactId>
 
-                         <version>2.4.7</version>
 
-                         <scope>runtime</scope>
 
-                     </dependency>
 
-                 </dependencies>
 
-             </plugin>
 
-         </plugins>
 
-     </build>
 
- </project>
 
 
  |