mirror of https://github.com/elunez/eladmin
修复用户存在多个角色时登录失败的问题,修复在用户管理中修改用户的角色缓存不刷新的问题
parent
0baad04445
commit
a43711acf4
|
@ -10,8 +10,6 @@ import org.springframework.test.context.junit4.SpringRunner;
|
||||||
@RunWith(SpringRunner.class)
|
@RunWith(SpringRunner.class)
|
||||||
@SpringBootTest
|
@SpringBootTest
|
||||||
public class EladminSystemApplicationTests {
|
public class EladminSystemApplicationTests {
|
||||||
@Autowired
|
|
||||||
private RedisService redisService;
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void contextLoads() {
|
public void contextLoads() {
|
||||||
|
|
Loading…
Reference in New Issue