添加一个刷新数据库的方法,SupplierSqlConfig创建方式改为静态工厂获取实例

This commit is contained in:
wind 2023-04-20 21:33:28 +08:00
parent afd4a0536f
commit fab09565e4

View File

@ -0,0 +1,13 @@
package org.dromara.sms4j.core.api;
/**
* ConfigApi
* <p> 用于自定义注册配置
* @author :Wind
* 2023/4/19 20:40
**/
public interface ConfigApi {
}