当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 15

梁擎宇/wetool-plugin
关闭

forked from code4everything/wetool-plugin
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pom.xml 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
Wands 提交于 2021-04-28 21:52 +08:00 . refactor: merge devtool java into utilities
<?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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.code4everything</groupId>
<artifactId>wetool-plugin</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<modules>
<module>wetool-plugin-support</module>
<module>wetool-plugin-test</module>
<module>wetool-plugin-sample</module>
<module>wetool-plugin-everywhere</module>
<module>wetool-plugin-ftpclient</module>
<module>wetool-plugin-ftpserver</module>
<module>wetool-plugin-qiniu</module>
<module>wetool-plugin-dbops</module>
<module>wetool-plugin-devtool/wetool-plugin-devtool-redis</module>
<module>wetool-plugin-devtool/wetool-plugin-devtool-ssh</module>
<module>wetool-plugin-devtool/wetool-plugin-devtool-utilities</module>
<module>wetool-plugin-thirdparty/wetool-plugin-thirdparty-downloader</module>
</modules>
<properties>
<java.veresion>11</java.veresion>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/liang3411/wetool-plugin.git
git@gitee.com:liang3411/wetool-plugin.git
liang3411
wetool-plugin
wetool-plugin
master

搜索帮助