This commit is contained in:
2026-02-23 16:27:44 +08:00
parent 7dc111e89d
commit 5c500438f5
4 changed files with 12 additions and 162 deletions

View File

@@ -96,6 +96,16 @@
<groupId>com.netflix.feign</groupId>
<artifactId>feign-jackson</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-core</artifactId>
<version>3.4.2</version>
<scope>compile</scope>
</dependency>
</dependencies>