mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 18:15:56 +08:00
update 移除不需要的抛出异常
This commit is contained in:
parent
7bef4d2672
commit
c386bf5fc4
@ -26,7 +26,7 @@ public class SystemApplicationRunner implements ApplicationRunner {
|
||||
private final ISysOssConfigService ossConfigService;
|
||||
|
||||
@Override
|
||||
public void run(ApplicationArguments args) throws Exception {
|
||||
public void run(ApplicationArguments args) {
|
||||
ossConfigService.init();
|
||||
log.info("初始化OSS配置成功");
|
||||
if (ruoyiConfig.isCacheLazy()) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user