摘要: 在spring 3.2中,新增了@ControllerAdvice 注解,可以用于定义@ExceptionHandler、@InitBinder、@ModelAttribute,并应用到所有@RequestMapping中。参考:@ControllerAdvice 文档 一、介绍 创建 MyCont 阅读全文
posted @ 2020-02-29 19:06 啦啦拉扎尔 阅读(285) 评论(0) 推荐(0)
摘要: --插入insert into user(id,name,type) values("1","qq","2"); insert into user(id,name) values("1","qq"); insert into user set id=1,name="111";--多行插入,参数需要与 阅读全文
posted @ 2020-02-29 01:03 啦啦拉扎尔 阅读(166) 评论(0) 推荐(0)