This commit is contained in:
parent
3dbb2d14a0
commit
2392e0ae6a
|
@ -25,6 +25,7 @@ public class BootTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testStartJob() throws Exception {
|
public void testStartJob() throws Exception {
|
||||||
|
//1
|
||||||
SysUser user=userService.selectByPrimaryKey("2211fec3e17c11e795ed201a068c6482");
|
SysUser user=userService.selectByPrimaryKey("2211fec3e17c11e795ed201a068c6482");
|
||||||
System.out.println(user.getUsername());
|
System.out.println(user.getUsername());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue