开始编写 SysAuthServiceImpl 的单元测试

This commit is contained in:
YunaiV
2021-03-02 00:58:59 +08:00
parent e9f2e91f7e
commit 92997a0cd5
6 changed files with 105 additions and 11 deletions

View File

@ -18,14 +18,6 @@ import java.io.IOException;
@AutoConfigureBefore({RedisAutoConfiguration.class, RedissonAutoConfiguration.class}) // 在 Redis 自动配置前,进行初始化
public class RedisTestConfiguration {
// /**
// * 创建模拟的 Redis Server 服务器
// */
// @Bean(initMethod = "start", destroyMethod = "stop")
// public RedisServer redisServer(RedisProperties properties) throws IOException {
// return new RedisServer(properties.getPort());
// }
/**
* 创建模拟的 Redis Server 服务器
*/