# Spring Boot Mybatis Redis Demo **Repository Path**: redfisky/smr ## Basic Information - **Project Name**: Spring Boot Mybatis Redis Demo - **Description**: Spring Boot Mybatis Redis 并发抢购/缓存/乐观锁 Demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-01-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 复习Spring boot, MVC, Mybatis, Redis, RabbitMQ - 做一个简单的商品抢购demo, 使用redis事务multi exec、乐观锁 watch version和中间件rabbitmq. - 复习idea 各种快捷键、maven、git等操作. - 复习mybatis 和 mapper 的各种操作和坑点.