6 Star 0 Fork 2

福建职业信息技术学院-郑俊强/leshan-analysis

forked from JJput/leshan-analysis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
jar-with-dependencies-with-logback.xml 691 Bytes
一键复制 编辑 原始数据 按行查看 历史
JJput 提交于 2021-09-17 15:07 . 基于leshan-2.0.0-M4初始化 2021-09-17
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
<id>jar-with-dependencies</id>
<formats>
<format>jar</format>
</formats>
<includeBaseDirectory>false</includeBaseDirectory>
<files>
<file>
<source>logback-config.xml</source>
<destName>logback.xml</destName>
</file>
</files>
<dependencySets>
<dependencySet>
<outputDirectory>/</outputDirectory>
<useProjectArtifact>true</useProjectArtifact>
<unpack>true</unpack>
<scope>runtime</scope>
</dependencySet>
</dependencySets>
</assembly>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fujianxinxi/leshan-analysis.git
git@gitee.com:fujianxinxi/leshan-analysis.git
fujianxinxi
leshan-analysis
leshan-analysis
main

搜索帮助