`
luanc
  • 浏览: 860 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
今天总结了一下在spring中载入配置文件的方法,写下来以免忘了。 spring的配置文件可以通过web.xml自动载入,配置如下: <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:applicationContext.xml</param-value> </context-param> 也可以通过代码来载入配置文件,spring为ApplicationContext提供的3种实现分别为:ClassPa ...
Global site tag (gtag.js) - Google Analytics