springboot xml 文件的加载

阅读更多

 

@ImportResource({"classpath:urule-core-context.xml"})  相当于最原始的加载xnl方式

导入之后就可以直接注入获取相应配置文件的bean了

 

 

 

最原始的加载xlm方式

    org.springframework.web.context.ContextLoaderListener

    contextConfigLocation

    classpath:urule-console-context.xml

 

你可能感兴趣的:(springboot)