fix:oss组件封装

This commit is contained in:
zhongzb
2023-10-04 21:49:10 +08:00
parent 282134fd88
commit 5f15e1f5aa
18 changed files with 53 additions and 22 deletions

View File

@@ -54,6 +54,11 @@
<artifactId>mallchat-common-starter</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>com.abin.mallchat</groupId>
<artifactId>mallchat-oss-starter</artifactId>
<version>${version}</version>
</dependency>
<dependency>
<groupId>com.abin.mallchat</groupId>
<artifactId>mallchat-transaction</artifactId>