111 Star 1.3K Fork 390

GVP京东零售 / JLog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pom.xml 991 Bytes
一键复制 编辑 原始数据 按行查看 历史
liyunfeng 提交于 2022-03-09 23:40 . properties反射读取
<?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>com.jd.platfrom.jlog</groupId>
<artifactId>JLog</artifactId>
<packaging>pom</packaging>
<version>1.4-SNAPSHOT</version>
<modules>
<module>common</module>
<module>worker</module>
<module>client</module>
<module>clientlog4j</module>
<module>clientlog4j2</module>
<module>clientlogback</module>
<module>Dashboard</module>
<module>example</module>
<module>config</module>
</modules>
<properties>
<java.version>1.8</java.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
</project>
Java
1
https://gitee.com/jd-platform-opensource/jlog.git
git@gitee.com:jd-platform-opensource/jlog.git
jd-platform-opensource
jlog
JLog
master

搜索帮助