update 初始化数据转移到 ApplicationRunner 统一处理

This commit is contained in:
疯狂的狮子li
2021-11-24 10:58:10 +08:00
parent 7af22453ba
commit 97a12075b1
5 changed files with 43 additions and 34 deletions

View File

@ -17,6 +17,11 @@ import java.util.Collection;
*/
public interface ISysOssConfigService extends IServicePlus<SysOssConfig, SysOssConfigVo> {
/**
* 初始化OSS配置
*/
void init();
/**
* 查询单个
*/