摘要:
要使用example类,先要在项目中导入mybatis.mapper的jar包。 Mapper接口中包含了单表的增删改查以及分页功能。 给出实例: CountryMappermapper = sqlSession.getMapper(Country.class); //Country.class是实 阅读全文
摘要:
Redis 安装 Window 下安装 下载地址:https://github.com/MSOpenTech/redis/releases。 Redis 支持 32 位和 64 位。这个需要根据你系统平台的实际情况选择,这里我们下载 Redis-x64-xxx.zip压缩包到 C 盘,解压后,将文件 阅读全文