1 Star 0 Fork 160

Ekkoxtm/xxl-cache

forked from 许雪里/xxl-cache 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
xueli.xue 提交于 2016-08-14 18:39 . 修改Mapper位置
<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.xxl</groupId>
<artifactId>xxl-cache</artifactId>
<version>${xxl.cache.version}</version>
<packaging>pom</packaging>
<modules>
<module>xxl-cache-admin</module>
<module>xxl-cache-core</module>
</modules>
<properties>
<spring.version>4.3.2.RELEASE</spring.version>
<jdk.version>1.7</jdk.version>
<xxl.cache.version>1.0.0-SNAPSHOT</xxl.cache.version>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
<encoding>UTF8</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<configuration>
<archiveClasses>false</archiveClasses>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
</project>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/xtm23423423/xxl-cache.git
git@gitee.com:xtm23423423/xxl-cache.git
xtm23423423
xxl-cache
xxl-cache
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385