Commit and Push Test
This commit is contained in:
parent
1fe08f49c7
commit
46e3dde515
@ -32,6 +32,12 @@ import io.swagger.annotations.ApiOperation;
|
||||
@RequestMapping("/test/user")
|
||||
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>();
|
||||
{
|
||||
users.put(1, new UserEntity(1, "admin", "admin123", "15888888888"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user