摘要: 1.下列相关Spring自动装配的说法中,错误的是( )。 (选择一项) A:在Spring配置文件中,可以通过<bean>元素的autowire属性指定自动装配方式B: autowire属性值可以设置为none、byType、byNameC: autowire的属性值之一byType表示根据属性类 阅读全文
posted @ 2019-11-15 17:21 林染plus 阅读(16094) 评论(0) 推荐(0) 编辑
摘要: @WebFilter(urlPatterns = {"/*"}) public class LoginFiilter implements Filter { @Override public void init(FilterConfig filterConfig) throws ServletExc 阅读全文
posted @ 2019-11-15 14:06 林染plus 阅读(304) 评论(0) 推荐(0) 编辑
摘要: SSM整合 基本概念 mybatis MyBatis 本是apache的一个开源项目iBatis, 2010年这个项目由apache software foundation 迁移到了google code,并且改名为MyBatis 。MyBatis是一个基于Java的持久层框架。iBATIS提供的持 阅读全文
posted @ 2019-11-15 14:05 林染plus 阅读(407) 评论(0) 推荐(0) 编辑