mirror of https://github.com/halo-dev/halo
👽 :):):):):):):)
parent
4b27a6b165
commit
67279111f6
|
@ -5,6 +5,7 @@
|
||||||
[](#)
|
[](#)
|
||||||
[](https://github.com/spring-projects/spring-boot)
|
[](https://github.com/spring-projects/spring-boot)
|
||||||
[](https://github.com/ruibaby/halo/releases)
|
[](https://github.com/ruibaby/halo/releases)
|
||||||
|
[](https://travis-ci.org/ruibaby/halo)
|
||||||
|
|
||||||
------------------------------
|
------------------------------
|
||||||
|
|
||||||
|
|
|
@ -50,7 +50,7 @@ public class StartupConfiguration implements ApplicationListener<ContextRefreshe
|
||||||
BaseController.THEME = themeValue;
|
BaseController.THEME = themeValue;
|
||||||
}
|
}
|
||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
log.error("未知错误:"+e.getMessage());
|
log.error("åŠ è½½ä¸»é¢˜è®¾ç½®å¤±è´¥ï¼š{0}",e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ public class StartupConfiguration implements ApplicationListener<ContextRefreshe
|
||||||
HaloConst.OPTIONS = options;
|
HaloConst.OPTIONS = options;
|
||||||
}
|
}
|
||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
log.error("未知错误:"+e.getMessage());
|
log.error("åŠ è½½è®¾ç½®é€‰é¡¹å¤±è´¥ï¼š{0}",e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -78,7 +78,7 @@ public class StartupConfiguration implements ApplicationListener<ContextRefreshe
|
||||||
HaloConst.ATTACHMENTS = attachments;
|
HaloConst.ATTACHMENTS = attachments;
|
||||||
}
|
}
|
||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
log.error("未知错误:"+e.getMessage());
|
log.error("åŠ è½½æ‰€æœ‰æ–‡ä»¶å¤±è´¥ï¼š{0}",e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -93,7 +93,7 @@ public class StartupConfiguration implements ApplicationListener<ContextRefreshe
|
||||||
HaloConst.THEMES = themes;
|
HaloConst.THEMES = themes;
|
||||||
}
|
}
|
||||||
}catch (Exception e){
|
}catch (Exception e){
|
||||||
log.error("åŠ è½½ä¸»é¢˜å¤±è´¥ï¼š"+e.getMessage());
|
log.error("åŠ è½½ä¸»é¢˜å¤±è´¥ï¼š{0}",e.getMessage());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue