摘要:
一、概述 MyBatis中在查询进行select映射的时候,返回类型可以用resultType,也可以用resultMap,resultType是直接表示返回类型的,而resultMap则是对外部ResultMap的引用,但是resultType跟resultMap不能同时存在。 在MyBatis进 阅读全文
摘要:
这里做了比较清晰的解释: http://mybatis.github.io/mybatis-3/java-api.html SqlSessionAs mentioned above, the SqlSession instance is the most powerful class in MyBa 阅读全文
摘要:
设置 IP和 端口号,这里会自动生成debug 参数 启动参数的含义可以看这个文章 https://www.ibm.com/developerworks/cn/opensource/os-eclipse-javadebug/index.html 阅读全文