Commit and Push Test

This commit is contained in:
jmy 2022-01-27 11:45:58 +08:00
parent 1fe08f49c7
commit 46e3dde515

View File

@ -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"));