Commit 01122f42 authored by 赵啸非's avatar 赵啸非

添加更新默认用户角色

parent f8fa3fb8
......@@ -53,8 +53,6 @@ public class LoginController extends BaseCRUDJsonBodyMappingController<UserServi
@RequestMapping("login")
public String login(@RequestBody LoginForm loginForm) throws Exception {
JSONObject ret = new JSONObject();
String loginName = loginForm.getLoginName();
String password = loginForm.getPassword();
......
......@@ -18,7 +18,7 @@ public class StartService implements IApplicationStartedService {
@Override
public void start() {
ThreadPool.getInstance().init(10);
//resourceService.refreshResourceUrl("com.mortals.xhx", null);
resourceService.refreshResourceUrl("com.mortals.xhx", null);
}
@Override
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment