码迷,mamicode.com
首页 >  
搜索关键字:ibatis    ( 1482个结果
It's likely that neither a Result Type nor a Result Map was specified
2017-08-29 14:30:49,951 [http-bio-8888-exec-2] ERROR [core.security.process.exception.ExceptionResolverCustom] - nested exception is org.apache.ibatis ...
分类:其他好文   时间:2020-04-02 01:35:38    阅读次数:105
MyBatis
MyBatis 简介 概念:Mybatis 开源免费框架.原名叫iBatis,2010在googlecode,2013年迁移到github作用: 数据访问层框架。底层是对 JDBC 的封装.优点:使用mybatis时不需要编写实现类,只需要写需要执行的sql命令。 环境搭建 1.导入jar包 2. ...
分类:其他好文   时间:2020-03-31 14:49:51    阅读次数:87
Spring事务管理--[基于XML的配置]
我觉得自己写的不好,所以先贴一个写的好的帖子 感觉看完不用回来了。。。。 这是一个大佬写的的博客 : https://www.cnblogs.com/yixianyixian/p/8372832.html 第一:JavaEE 体系进行分层开发,事务处理位于业务层,Spring 提供了分层设计 业务层 ...
分类:编程语言   时间:2020-03-29 22:38:54    阅读次数:96
springmvc异常
异常: java.lang.RuntimeException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache. ...
分类:编程语言   时间:2020-03-28 10:37:23    阅读次数:71
sql 使用 in 后数据量太大报错
ibatis配置文件如下: <select id="getPageInfo" parameterClass="map" resultClass="java.util.HashMap"> select b.aab001, c.aab069, a.aac001, a.aac003, a.aac147, ...
分类:数据库   时间:2020-03-18 23:39:26    阅读次数:58
mybatis和Dao映射的配置文件xml,中什么时候需要用resultType .什么时候用resultMap,及resultType和resultMap的区别
区别: 两者都可以用于映射文件中的<select>语句的返回值,但是两者在返回值上面是有区别的 如下面的两个例子: 使用resultType的 举个例子吧,例子以ibatis为例: 你有个User 对象, 拥有两个字段id,name。 1.你要获取id为123的name String name = ...
分类:其他好文   时间:2020-03-15 13:18:32    阅读次数:86
mybatis org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
I once made a similar mistake which turned out that the directories were incorrect.If the UserMapper's namespace is com.mybatisdemo.mappers.UserMapper ...
分类:Web程序   时间:2020-03-14 20:19:06    阅读次数:93
SpringBoot--集成mybatis映射框架
1 添加相关maven依赖 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>1.3.2</version> </ ...
分类:编程语言   时间:2020-03-14 20:00:48    阅读次数:57
Pinpoint-技术专区-全流程学习
基于pinpoint改造的一种方式的思考(1)--agent 添加代理层 1.Pinpoint简介 Pinpoint 是用 Java 编写的 APM(应用性能管理)工具,用于大规模分布式系统。在 Dapper(dapper.docx) 之后,Pinpoint 提供了一个解决方案,以帮助分析系统的总体 ...
分类:其他好文   时间:2020-03-14 18:40:09    阅读次数:138
原创: spring整合mybatis配置,包括错误调试改整,明天用半天时间来整理
错误提示:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): org.ibaiqi.gather.dao.RecruitGatherDao.listRecruitGathers 1:appl ...
分类:编程语言   时间:2020-03-06 22:23:27    阅读次数:102
1482条   上一页 1 ... 7 8 9 10 11 ... 149 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!