mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-02 03:48:05 +08:00
2
This commit is contained in:
parent
77a2a91abc
commit
b234baedea
3
PLANS.md
3
PLANS.md
@ -7,6 +7,9 @@
|
||||
* 在线修改配置
|
||||
* 支持docker容器部署
|
||||
* jdk选择
|
||||
* 开机自动启动
|
||||
* IP白名单
|
||||
* socket 日志
|
||||
|
||||
--------------------
|
||||
|
||||
|
@ -20,7 +20,7 @@ import java.util.List;
|
||||
* @author bwcx_jzy
|
||||
* @date 2019/8/13
|
||||
*/
|
||||
public class PluginFactory implements ApplicationContextInitializer {
|
||||
public class PluginFactory implements ApplicationContextInitializer<ConfigurableApplicationContext> {
|
||||
|
||||
private static final List<FeatureCallback> FEATURE_CALLBACKS = new ArrayList<>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user