|
@@ -2,10 +2,14 @@
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
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>
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
- <groupId>org.jeecgframework.boot</groupId>
|
|
|
|
|
|
+ <groupId>cn.com.ctop</groupId>
|
|
<artifactId>module-callback</artifactId>
|
|
<artifactId>module-callback</artifactId>
|
|
<version>2.0.2</version>
|
|
<version>2.0.2</version>
|
|
-
|
|
|
|
|
|
+ <parent>
|
|
|
|
+ <groupId>org.jeecgframework.boot</groupId>
|
|
|
|
+ <artifactId>jeecg-boot-parent</artifactId>
|
|
|
|
+ <version>2.0.2</version>
|
|
|
|
+ </parent>
|
|
<name>module-callback</name>
|
|
<name>module-callback</name>
|
|
<!-- FIXME change it to the project's website -->
|
|
<!-- FIXME change it to the project's website -->
|
|
<url>http://www.example.com</url>
|
|
<url>http://www.example.com</url>
|
|
@@ -18,56 +22,102 @@
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
<dependency>
|
|
<dependency>
|
|
- <groupId>junit</groupId>
|
|
|
|
- <artifactId>junit</artifactId>
|
|
|
|
- <version>4.11</version>
|
|
|
|
- <scope>test</scope>
|
|
|
|
|
|
+ <groupId>cn.com.ctop</groupId>
|
|
|
|
+ <artifactId>module-common</artifactId>
|
|
|
|
+ <version>2.0.2</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>jcl-over-slf4j</artifactId>
|
|
|
|
+ <version>1.7.25</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.slf4j</groupId>
|
|
|
|
+ <artifactId>slf4j-api</artifactId>
|
|
|
|
+ <version>1.7.25</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>
|
|
|
|
+ <version>1.7.25</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>com.xuxueli</groupId>
|
|
|
|
+ <artifactId>xxl-mq-client</artifactId>
|
|
|
|
+ <version>1.2.2</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|
|
- <pluginManagement><!-- lock down plugins versions to avoid using Maven defaults (may be moved to parent pom) -->
|
|
|
|
- <plugins>
|
|
|
|
- <!-- clean lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#clean_Lifecycle -->
|
|
|
|
- <plugin>
|
|
|
|
- <artifactId>maven-clean-plugin</artifactId>
|
|
|
|
- <version>3.1.0</version>
|
|
|
|
- </plugin>
|
|
|
|
- <!-- default lifecycle, jar packaging: see https://maven.apache.org/ref/current/maven-core/default-bindings.html#Plugin_bindings_for_jar_packaging -->
|
|
|
|
- <plugin>
|
|
|
|
- <artifactId>maven-resources-plugin</artifactId>
|
|
|
|
- <version>3.0.2</version>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
- <version>3.8.0</version>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
- <version>2.22.1</version>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <artifactId>maven-jar-plugin</artifactId>
|
|
|
|
- <version>3.0.2</version>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <artifactId>maven-install-plugin</artifactId>
|
|
|
|
- <version>2.5.2</version>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <artifactId>maven-deploy-plugin</artifactId>
|
|
|
|
- <version>2.8.2</version>
|
|
|
|
- </plugin>
|
|
|
|
- <!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
|
|
|
|
- <plugin>
|
|
|
|
- <artifactId>maven-site-plugin</artifactId>
|
|
|
|
- <version>3.7.1</version>
|
|
|
|
- </plugin>
|
|
|
|
- <plugin>
|
|
|
|
- <artifactId>maven-project-info-reports-plugin</artifactId>
|
|
|
|
- <version>3.0.0</version>
|
|
|
|
- </plugin>
|
|
|
|
- </plugins>
|
|
|
|
- </pluginManagement>
|
|
|
|
|
|
+ <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>
|
|
</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>
|
|
</project>
|