SpringBoot+mybatisPlus实现多数据源curd适用场景:一个项目需要连接多个数据库的时候dynamic-datasource-spring-boot-starter是一个基于springboot的快速集成多数据源的启动器。其支持Jdk1.7+,SpringBoot1.4.x1.5.
Mybatis开发时遇到的问题Sucha1、Errorattemptingtogetcolumn'create_time'fromresultset.Cause:java.sql.SQLException:Zerodatevalueprohibited
Mybatis相关语句Sucha1、mybatis中wherein的用法->传入的值为List集合的时候<selectid="getMealListByIds"parameterType="arraylist"resultMap="get