|
@@ -0,0 +1,236 @@
|
|
|
|
+<?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
+ <modelVersion>4.0.0</modelVersion>
|
|
|
|
+ <parent>
|
|
|
|
+ <artifactId>jeecg-boot-parent</artifactId>
|
|
|
|
+ <groupId>org.jeecgframework.boot</groupId>
|
|
|
|
+ <version>2.0.2</version>
|
|
|
|
+ </parent>
|
|
|
|
+ <groupId>cn.com.ctop</groupId>
|
|
|
|
+ <artifactId>module-job-distribute</artifactId>
|
|
|
|
+ <version>2.0.2</version>
|
|
|
|
+ <name>module-job-distribute</name>
|
|
|
|
+
|
|
|
|
+ <properties>
|
|
|
|
+ <java.version>1.8</java.version>
|
|
|
|
+ <spring-cloud.version>Finchley.RELEASE</spring-cloud.version>
|
|
|
|
+ </properties>
|
|
|
|
+
|
|
|
|
+ <repositories>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>aliyun</id>
|
|
|
|
+ <name>aliyun Repository</name>
|
|
|
|
+ <url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
|
+ <snapshots>
|
|
|
|
+ <enabled>false</enabled>
|
|
|
|
+ </snapshots>
|
|
|
|
+ </repository>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>jeecg</id>
|
|
|
|
+ <name>jeecg Repository</name>
|
|
|
|
+ <url>http://maven.jeecg.org/nexus/content/repositories/jeecg</url>
|
|
|
|
+ <snapshots>
|
|
|
|
+ <enabled>false</enabled>
|
|
|
|
+ </snapshots>
|
|
|
|
+ </repository>
|
|
|
|
+ <repository>
|
|
|
|
+ <id>com.e-iceblue</id>
|
|
|
|
+ <name>e-iceblue</name>
|
|
|
|
+ <url>http://repo.e-iceblue.com/nexus/content/groups/public/</url>
|
|
|
|
+ </repository>
|
|
|
|
+ </repositories>
|
|
|
|
+
|
|
|
|
+ <dependencies>
|
|
|
|
+ <!-- rabbitmq 依赖jar包-->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-starter-amqp</artifactId>
|
|
|
|
+ <version>1.5.2.RELEASE</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.jeecgframework.boot</groupId>
|
|
|
|
+ <artifactId>jeecg-boot-base-common</artifactId>
|
|
|
|
+ <version>2.0.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>jcl-over-slf4j</artifactId>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.ctop</groupId>
|
|
|
|
+ <artifactId>module-media</artifactId>
|
|
|
|
+ <version>2.0.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.ctop</groupId>
|
|
|
|
+ <artifactId>module-common</artifactId>
|
|
|
|
+ <version>2.0.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.ctop</groupId>
|
|
|
|
+ <artifactId>module-kuaishou</artifactId>
|
|
|
|
+ <version>2.0.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.ctop</groupId>
|
|
|
|
+ <artifactId>module-toutiao</artifactId>
|
|
|
|
+ <version>2.0.2</version>
|
|
|
|
+ <scope>compile</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.ctop</groupId>
|
|
|
|
+ <artifactId>module-oa</artifactId>
|
|
|
|
+ <version>2.0.2</version>
|
|
|
|
+ <scope>compile</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.aliyun.oss</groupId>
|
|
|
|
+ <artifactId>aliyun-sdk-oss</artifactId>
|
|
|
|
+ <version>3.5.0</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-csv -->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
|
+ <artifactId>commons-csv</artifactId>
|
|
|
|
+ <version>1.5</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <!--签章-->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
|
+ <artifactId>bcprov-jdk15on</artifactId>
|
|
|
|
+ <version>1.49</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
|
+ <artifactId>bcpkix-jdk15on</artifactId>
|
|
|
|
+ <version>1.49</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.jeecgframework.boot</groupId>
|
|
|
|
+ <artifactId>module-ctop</artifactId>
|
|
|
|
+ <version>2.0.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
+ <artifactId>poi</artifactId>
|
|
|
|
+ <version>3.17</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
+ <artifactId>poi-ooxml</artifactId>
|
|
|
|
+ <version>3.17</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.apache.poi</groupId>
|
|
|
|
+ <artifactId>poi-ooxml-schemas</artifactId>
|
|
|
|
+ <version>3.17</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
|
+ <artifactId>easyexcel</artifactId>
|
|
|
|
+ <version>1.1.2-beat1</version>
|
|
|
|
+ </dependency>
|
|
|
|
+
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.ctop</groupId>
|
|
|
|
+ <artifactId>xxl-job-core</artifactId>
|
|
|
|
+ <version>2.0.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.ctop</groupId>
|
|
|
|
+ <artifactId>module-check</artifactId>
|
|
|
|
+ <version>2.0.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>cn.com.ctop</groupId>
|
|
|
|
+ <artifactId>module-oa</artifactId>
|
|
|
|
+ <version>2.0.2</version>
|
|
|
|
+ <scope>compile</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ </dependencies>
|
|
|
|
+
|
|
|
|
+ <dependencyManagement>
|
|
|
|
+ <dependencies>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework.cloud</groupId>
|
|
|
|
+ <artifactId>spring-cloud-dependencies</artifactId>
|
|
|
|
+ <version>${spring-cloud.version}</version>
|
|
|
|
+ <type>pom</type>
|
|
|
|
+ <scope>import</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ </dependencies>
|
|
|
|
+ </dependencyManagement>
|
|
|
|
+
|
|
|
|
+ <build>
|
|
|
|
+ <plugins>
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.mybatis.generator</groupId>
|
|
|
|
+ <artifactId>mybatis-generator-maven-plugin</artifactId>
|
|
|
|
+ <version>1.3.6</version>
|
|
|
|
+ <configuration>
|
|
|
|
+ <!-- 是否覆盖,true表示会替换生成的JAVA文件,false则不覆盖 -->
|
|
|
|
+ <overwrite>true</overwrite>
|
|
|
|
+ </configuration>
|
|
|
|
+ <dependencies>
|
|
|
|
+ <!--mysql驱动包-->
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>mysql</groupId>
|
|
|
|
+ <artifactId>mysql-connector-java</artifactId>
|
|
|
|
+ <version>5.1.45</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ </dependencies>
|
|
|
|
+ </plugin>
|
|
|
|
+ <plugin>
|
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
|
+ <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
|
+ </plugin>
|
|
|
|
+ </plugins>
|
|
|
|
+ <resources>
|
|
|
|
+ <!-- 解决MyBatis配置文件引入问题 -->
|
|
|
|
+ <resource>
|
|
|
|
+ <directory>src/main/java</directory>
|
|
|
|
+ <includes>
|
|
|
|
+ <include>**/*.properties</include>
|
|
|
|
+ <include>**/*.xml</include>
|
|
|
|
+ </includes>
|
|
|
|
+ <!-- 是否替换资源中的属性-->
|
|
|
|
+ <filtering>true</filtering>
|
|
|
|
+ </resource>
|
|
|
|
+ <resource>
|
|
|
|
+ <directory>src/main/resources</directory>
|
|
|
|
+ <filtering>true</filtering>
|
|
|
|
+ </resource>
|
|
|
|
+ </resources>
|
|
|
|
+ </build>
|
|
|
|
+
|
|
|
|
+ <profiles>
|
|
|
|
+ <profile>
|
|
|
|
+ <id>dev</id>
|
|
|
|
+ <properties>
|
|
|
|
+ <!-- 环境标识,需要与配置文件的名称相对应 -->
|
|
|
|
+ <activatedProperties>dev</activatedProperties>
|
|
|
|
+ </properties>
|
|
|
|
+ <activation>
|
|
|
|
+ <!-- 默认环境 -->
|
|
|
|
+ <activeByDefault>true</activeByDefault>
|
|
|
|
+ </activation>
|
|
|
|
+ </profile>
|
|
|
|
+ <profile>
|
|
|
|
+ <id>test</id>
|
|
|
|
+ <properties>
|
|
|
|
+ <activatedProperties>test</activatedProperties>
|
|
|
|
+ </properties>
|
|
|
|
+ </profile>
|
|
|
|
+ <profile>
|
|
|
|
+ <id>prod</id>
|
|
|
|
+ <properties>
|
|
|
|
+ <activatedProperties>prod</activatedProperties>
|
|
|
|
+ </properties>
|
|
|
|
+ </profile>
|
|
|
|
+ </profiles>
|
|
|
|
+</project>
|