模块 初始化
This commit is contained in:
17
pom.xml
17
pom.xml
@@ -6,11 +6,12 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-parent</artifactId>
|
||||
<version>3.4.2</version>
|
||||
<relativePath/> <!-- lookup parent from repository -->
|
||||
<relativePath/>
|
||||
</parent>
|
||||
<groupId>com.ysk</groupId>
|
||||
<artifactId>cash</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<version>1.0.0</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>cash</name>
|
||||
<description>cash</description>
|
||||
|
||||
@@ -27,11 +28,17 @@
|
||||
<organizationUrl>https://guanwang</organizationUrl>
|
||||
</developer>
|
||||
</developers>
|
||||
<modules>
|
||||
<module>cash-api</module>
|
||||
<module>cash-common</module>
|
||||
<module>cash-service</module>
|
||||
<module>cash-sdk</module>
|
||||
</modules>
|
||||
<scm>
|
||||
<connection>scm:git:https://github.com/*******/cash.git</connection>
|
||||
<developerConnection>scm:git:ssh://git@github.com/*******/cash.git</developerConnection>
|
||||
<tag>HEAD</tag>
|
||||
<url>https://github.com/******/cash</url>
|
||||
<connection>scm:git:https://e.coding.net/g-cphe0354/cashier/cashier_server.git</connection>
|
||||
<developerConnection>scm:git:ssh://https://e.coding.net/g-cphe0354/cashier/cashier_server.git</developerConnection>
|
||||
<url>https://e.coding.net/g-cphe0354/cashier/cashier_server.git</url>
|
||||
</scm>
|
||||
<properties>
|
||||
<java.version>21</java.version>
|
||||
|
||||
Reference in New Issue
Block a user