All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.datalking.context.ConfigurableApplicationContext Maven / Gradle / Ivy

package com.github.datalking.context;

/**
 * 可配置的ApplicationContext 接口
 *
 * @author yaoo on 4/6/18
 */
public interface ConfigurableApplicationContext extends ApplicationContext {

    void refresh() throws Exception;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy