fix: 码全代码添加
This commit is contained in:
33
template/cvbp/cvbp-public/pom.xml
Normal file
33
template/cvbp/cvbp-public/pom.xml
Normal file
@@ -0,0 +1,33 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
~ Copyright (c) 2023 codvision.com All Rights Reserved.
|
||||
-->
|
||||
|
||||
<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>
|
||||
<groupId>com.codvision</groupId>
|
||||
<artifactId>cvbp</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cvbp-public</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>cvbp-common-core</module>
|
||||
<module>cvbp-web-core</module>
|
||||
<module>cvbp-auth-core</module>
|
||||
<module>cvbp-common-feign</module>
|
||||
<module>cvbp-web-api</module>
|
||||
<module>cvbp-cache-core</module>
|
||||
<module>cvbp-public-bom</module>
|
||||
<module>cvbp-mq-core</module>
|
||||
<module>cvbp-db-core</module>
|
||||
<module>cvbp-log-core</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user