摘要: spring阶段注解汇总 spring-IOC @Component @Controller响应层 @Service业务层 @Repository持久层 @Scope scope="singleton/prototype" 单例多例 @PostConstruct init-method 初始化方法 阅读全文
posted @ 2020-08-15 10:56 evilposeidon 阅读(177) 评论(0) 推荐(0)
摘要: SSM整合 web.xml spring.xml spirng-ioc spring-aop transactionManager开启 spring-mvc.xml controller的bean管理 文件上传 异常处理 拦截器 dispatcherServlet 处理器映射器 处理器适配器 视图解 阅读全文
posted @ 2020-08-15 10:54 evilposeidon 阅读(79) 评论(0) 推荐(0)
摘要: ssm整合配置文件 web.xml 配置spring配置文件 contextConfigLocation classpath*:spring.xml classpath*:spring-mybatis.xml context-param param-name param-value 配置监听器 全局 阅读全文
posted @ 2020-08-15 10:51 evilposeidon 阅读(179) 评论(0) 推荐(0)