
insert
into
table
table1
(col_date)values(null)
当然也可以更新空日期:
update
table
table1
set
col_date
=
null
where
id
=
1
java使用ssm框架配置注解事务管理器报错怎么解决?SSM现在是比较常用的框架有ssm,既是SpringMVC、Spring及MyBatis
1、确定需要集成版本,以mybatis-3.2.1、spring-framework-3.2.0.RELEASE为例
2、Spring3.2先和MyBatis3.2集成
3、创建web动态工程:注意classpath路径
4、添加Spring3.2+MyBatis3.2 mysql驱动共计30个jar文件
18个spring相关的jar文件
MyBatis3.2 版本共9个jar文件
包含mysql驱动共28个jar文件
jstl 2个jar 文件共计30个jar文件
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)