# mybatisDemo11 **Repository Path**: taray/mybatisDemo11 ## Basic Information - **Project Name**: mybatisDemo11 - **Description**: mybatis注解学习11 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-16 - **Last Updated**: 2021-05-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 单表Mybatis使用注解开发CRUD操作 2. mybatis注解的二级缓存 ``` @CacheNamespace(blocking = true) public interface UserDao { ... } ```