
mybatis
iteye_8560
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Activiti在和mybatis出现的问题
[b]bug1[/b]Activiti在和mybatis整合时候出现[code="java"]Error querying database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual th...原创 2015-08-11 12:49:02 · 1750 阅读 · 0 评论 -
spring之注解表达传递
Spring MVC中提交表单请求在Http请求中,都在使用Content-type来指定不同格式的请求信息,请求的类型有那些,具体是做什么的,以及在Spring MVC中如何使用它们来映射请求信息。Content-Type使用Content-Type来表示具体请求中的媒体类型信息。常见的媒体格式类型如下: text/html : HTML格式 text/pla...原创 2016-03-04 14:36:06 · 119 阅读 · 0 评论 -
mybatis-generator代码生成解决生成数据库的注释
[b]在项目中generatorConfig.xml的配置文件具体参数说明[/b][code="java"] ...原创 2017-03-04 14:13:16 · 839 阅读 · 0 评论 -
spring项目中velocity使用枚举类
[b]在springmvc中配置velocity[/b][code="java"] [...原创 2017-04-26 18:09:17 · 995 阅读 · 0 评论