1    <context-param>
 2              <param-name> contextConfigLocation</param-name >
 3              <param-value>
 4                   file:${home}${file.separator}amn_sms${file.separator} config${file.separator}context.xml
 5              </param-value>
 6    </context-param>
 7    <listener>
 8              <listener-class>
 9                   org.springframework.web.context.ContextLoaderListener
10              </listener-class>
11     </listener>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-26
  • 2023-03-04
  • 2022-12-23
  • 2021-11-26
  • 2022-02-20
  • 2022-02-19
相关资源
相似解决方案