Merge branch 'feature/REQ-3581'

This commit is contained in:
yanglin 2025-03-14 15:13:21 +08:00
commit 395f4336a9
3 changed files with 3 additions and 0 deletions

View File

@ -46,6 +46,7 @@
<dependency>
<groupId>cn.axzo.trade</groupId>
<artifactId>trade-web-spring-boot-starter</artifactId>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.mybatis</groupId>

View File

@ -37,6 +37,7 @@
<dependency>
<groupId>cn.axzo.trade</groupId>
<artifactId>trade-web-spring-boot-starter</artifactId>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>cn.axzo.msgcenter</groupId>

View File

@ -61,6 +61,7 @@
<dependency>
<groupId>cn.axzo.trade</groupId>
<artifactId>trade-web-spring-boot-starter</artifactId>
<version>2.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
</project>