码迷,mamicode.com
首页 >  
搜索关键字:mybatis 包含的jdbctype类型    ( 14182个结果
Mybatis详细的执行流程
Mybatis详细的执行流程 SqlSessionFactoryBuilder通过构造器build调用build构造方法 build构造方法调用XMLConfigBuilder这个类解析了(inputStream, environment, properties) 解析完后传给Configurati ...
分类:其他好文   时间:2020-06-08 00:14:34    阅读次数:62
又见mybaits之selectall源码解析
一、前言 作为一个小菜鸟对于mybatis的理解一致处于仅会用,典型的API程序员,今天正好有功夫,就稍微的解读一下源码,嘿嘿嘿~ 首先我们先创建maven,引入mybatis和MySQL链接包巴拉巴拉巴~~~ 不详说,太复杂,不是今天的核心。 我们从这里入手,查看实现。 第一个有趣点来了,我发现这 ...
分类:其他好文   时间:2020-06-07 16:31:13    阅读次数:108
mybatis依赖
<dependencies> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.5.4</version> </dependency> <dependency> <group ...
分类:其他好文   时间:2020-06-07 12:37:49    阅读次数:56
MyBatis 想启动?得先问问它同不同意
话说,我最近一直在研究 MyBatis ,研究 MyBatis ,必然逃不了研究 Configuration 对象,这个对象简直是太重要了,它是 MyBatis 起步的核心环境配置,下面我们来一起看一下 Configuration 类 Configuration 的创建 如果你喜欢一个妹子,你是不是 ...
分类:其他好文   时间:2020-06-07 10:36:53    阅读次数:53
Caused by: java.sql.SQLSyntaxErrorException: Unknown column 'name' in 'field list'
写代码做单元测试的时候,突然提示“ Caused by: java.sql.SQLSyntaxErrorException: Unknown column 'user_name' in 'field list' ” 错误! 看了快两个小时,还是没有发现问题在哪里?后来实在没办法把表从新生成了个myb ...
分类:数据库   时间:2020-06-07 10:36:35    阅读次数:88
Mybatis Error attempting to get column 'xxx' from result set. Cause: java.sql.SQLDataException: Unsupported conversion from LONG to java.time.LocalDateTime
Mybatis实战报错 Error attempting to get column 'xxx' from result set. Cause: java.sql.SQLDataException: Unsupported conversion from LONG to java.time.Loca ...
分类:数据库   时间:2020-06-06 21:29:07    阅读次数:534
SpringBoot中starter的实现,so easy!
1、Mybatis 自定义配置的分析 在我们自定义starter之前我们写了解一下Mybatis 是如何实现starter 在SpringBoot 引入的依赖如下: <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId ...
分类:编程语言   时间:2020-06-06 18:46:59    阅读次数:61
Mybatis 6、日志
Mybatis 日志工厂 STDOUT_LOGGING LOG4J ...
分类:其他好文   时间:2020-06-06 18:26:46    阅读次数:60
Mybaits 不写Dao的实现类 来实现Mybatis的查询(重点理解)
Maven的pom.xml 坐标配置 <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSche ...
分类:其他好文   时间:2020-06-06 17:06:33    阅读次数:101
Springmvc+spring+mybatis整合
整合的配置文件: spring (applicationContext.xml) <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi=" ...
分类:编程语言   时间:2020-06-06 12:43:34    阅读次数:64
14182条   上一页 1 ... 85 86 87 88 89 ... 1419 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!