1. 修复 MenuServiceTest 单元测试

This commit is contained in:
YunaiV
2022-11-11 01:24:39 +08:00
parent 413656c043
commit 40ba456fde
4 changed files with 18 additions and 8 deletions

View File

@@ -105,6 +105,11 @@
<artifactId>jackson-core</artifactId>
<scope>provided</scope> <!-- 设置为 provided只有工具类需要使用到 -->
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<scope>provided</scope> <!-- 设置为 provided只有工具类需要使用到 -->
</dependency>
<dependency>
<groupId>org.slf4j</groupId>