当前位置 : 主页 > 编程语言 > c++ >

Spring Boot 使用注解方式加载 xml 的配置文件

来源:互联网 收集:自由互联 发布时间:2021-06-30
gistfile1.txt import org.springframework.context.annotation.Configuration;import org.springframework.context.annotation.ImportResource;@Configuration@ImportResource(locations={"classpath:config/applicationContext.xml"})public class ConfigXM
gistfile1.txt
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ImportResource;

@Configuration
@ImportResource(locations={"classpath:config/applicationContext.xml"})
public class ConfigXML {
	
}
上一篇:SecurityCoderUtils
下一篇:FastDFSClient
网友评论