标签:消息 lis inf org 通过 src 形式 资源 额外
<!-- 配置启动SpringIOC容器的Listener --> <context-param> <param-name>contextConfigLocation</param-name> <param-value>classpath:spring.xml</param-value> </context-param> <listener> <!--默认回去找applicationContext.xml--> <listener-class>org.springframework.web.context.ContextLoaderListener</listener-class> </listener>
controller层 -- service层 -- dao层
能通过controller访问到service和dao, 反之不行
标签:消息 lis inf org 通过 src 形式 资源 额外
原文地址:https://www.cnblogs.com/binwenhome/p/13059819.html