mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-08-20 05:01:53 +08:00
引入 redis mock 服务器
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -183,6 +183,13 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.fppt</groupId> <!-- 单元测试,我们采用内嵌的 Redis 数据库 -->
|
||||
<artifactId>jedis-mock</artifactId>
|
||||
<version>0.1.16</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- 工具类相关 -->
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
|
Reference in New Issue
Block a user