# mybatis_demo **Repository Path**: jinlibo/mybatis_demo ## Basic Information - **Project Name**: mybatis_demo - **Description**: * User表相关的查询, * 包括Json的FastJsonTypeHandler的使用, * 枚举字段@EnumValue的使用, * 枚举字段直接存入数据库, * @MapKey的使用, 直接以Map形式查询List * save or update的使用 * update对于空值的处理 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-28 - **Last Updated**: 2025-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mybatisplus常用demo #### 介绍 * User表相关的查询, * 包括Json的FastJsonTypeHandler的使用, * 枚举字段@EnumValue的使用, * 枚举字段直接存入数据库, * @MapKey的使用, 直接以Map形式查询List * save or update的使用 * update对于空值的处理 /** * student、Grade、course表相关的查询, * student:Grade n:1 * Grade:course 1:1 * student:course n:n */ /** * @DS注解动态切换数据源的注意事项 * 手动code切换数据源 */