Commit dd26f8be authored by 赵啸非's avatar 赵啸非

添加更新默认用户角色

parent b68cc980
......@@ -19,6 +19,7 @@ public class StartService implements IApplicationStartedService {
public void start() {
ThreadPool.getInstance().init(10);
try {
log.info("刷新资源...");
resourceService.refreshResourceUrl("com.mortals.xhx", null);
} catch (Exception e) {
log.error("刷新资源失败", e);
......
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