提交 ab133368 authored 作者: LJJ's avatar LJJ

新建misc、union模块

上级 036d519d
......@@ -9,4 +9,5 @@
| ------------- | ------ | ------------ |
| ds-switch | 谢潮 | 数据交换模块 |
| ds-cataloging | 张爽 | 目录编制模块 |
| | | |
\ No newline at end of file
| ds-union | - | 启动模块 |
| ds-misc | - | 通用工具类模块
\ No newline at end of file
<?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">
<parent>
<artifactId>ds</artifactId>
<groupId>com.zjty</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ds-misc</artifactId>
</project>
\ No newline at end of file
<?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">
<parent>
<artifactId>ds</artifactId>
<groupId>com.zjty</groupId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ds-union</artifactId>
</project>
\ No newline at end of file
......@@ -6,6 +6,8 @@
<modules>
<module>ds-switch</module>
<module>ds-cataloging</module>
<module>ds-union</module>
<module>ds-misc</module>
</modules>
<parent>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论