@Component @Controller @Service @Repository 四大注解作用基本一样,只是表象在不同层面 @Resource @Scope Struts2与Spring整合:1,添加Struts2的环境(jar包与配置文件).2,添加Spring的环境(jar包与配置文件).3,做整合: a, 配置ContextLoaderListener监听器,用于初始化Spring的ApplicationContext容器对象. b, 添加struts2-spring-plugin-…