Commit and Push Test
This commit is contained in:
@ -32,6 +32,12 @@ import io.swagger.annotations.ApiOperation;
|
|||||||
@RequestMapping("/test/user")
|
@RequestMapping("/test/user")
|
||||||
public class TestController extends BaseController
|
public class TestController extends BaseController
|
||||||
{
|
{
|
||||||
|
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("2022-01-27jmyPushTest");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
private final static Map<Integer, UserEntity> users = new LinkedHashMap<Integer, UserEntity>();
|
private final static Map<Integer, UserEntity> users = new LinkedHashMap<Integer, UserEntity>();
|
||||||
{
|
{
|
||||||
users.put(1, new UserEntity(1, "admin", "admin123", "15888888888"));
|
users.put(1, new UserEntity(1, "admin", "admin123", "15888888888"));
|
||||||
|
Reference in New Issue
Block a user