Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Eladmin
Commits
a43711ac
Commit
a43711ac
authored
May 08, 2019
by
zhengjie
Browse files
修复用户存在多个角色时登录失败的问题,修复在用户管理中修改用户的角色缓存不刷新的问题
parent
0baad044
Changes
1
Hide whitespace changes
Inline
Side-by-side
eladmin-system/src/test/java/me/zhengjie/EladminSystemApplicationTests.java
View file @
a43711ac
...
@@ -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
()
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment