Commit a43711ac authored by zhengjie's avatar zhengjie
Browse files

修复用户存在多个角色时登录失败的问题,修复在用户管理中修改用户的角色缓存不刷新的问题

parent 0baad044
...@@ -10,8 +10,6 @@ import org.springframework.test.context.junit4.SpringRunner; ...@@ -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() {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment