Spring的web应用启动加载数据字典

一、配置文件中加入配置java 在web.xml中加入  监听配置, 但要写在Spring配置的下面web <!-- Spring 框架 --> <listener> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener> <!-- 加载
相关文章
相关标签/搜索