# mybatisdemo **Repository Path**: Oakley/mybatisdemo ## Basic Information - **Project Name**: mybatisdemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-07-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 数据建表脚本: db.sql ##项目功能: ####1.能过自定义TypeHandler实现日期与数据库BigInteger进行映射转换 实现类:com.oakley.mybatis.demo.handlers.LongToDateHandler ####2.实现数据Sql操作日志打印插件 实现类:com.oakley.mybatis.demo.plugins.SqlLogInterceptor 测试类: com.oakley.mybatis.demo.TypeHandlerTest