摘要:
从图中可以看出:ContextLoaderListener初始化的上下文加载的Bean是对于整个应用程序共享的,不管是使用什么表现层技术,一般如DAO层、Service层Bean;DispatcherServlet初始化的上下文加载的Bean是只对Spring Web MVC有效的Bean,如C 阅读全文
摘要:
Plugin: http://maven.apache.org/plugins/maven-source-plugin/ The Source Plugin has five goals: source:aggregate aggregrates sources for all modules in 阅读全文