Skip to content

Commit

Permalink
pom文件更新
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenOrange520 committed Feb 15, 2022
1 parent 73c0e60 commit 672491a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions rotanava-boot-base/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?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>boot-base</artifactId>
<groupId>com.rotanova.framework</groupId>
<version>1.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<artifactId>rotanava-boot-base</artifactId>

<packaging>pom</packaging>
<modules>
<module>rotanava-boot-base-core</module>
<module>rotanava-boot-base-core-api</module>
<module>rotanava-boot-base-common-code</module>
<module>rotanava-boot-base-dingding</module>
</modules>


</project>

0 comments on commit 672491a

Please sign in to comment.