springboot 整合数据库demo,以便复用 chywx API
user类
that ok
spring-boot-starter-mail
添加
pageHelger分页插件
上传添加github.sql
http://localhost:8081/swagger-ui.html
默认集成了下面这两个
@Autowired
private StringRedisTemplate stringRedisTemplate;
@Autowired
private RedisTemplate redisTemplate;
添加分布式锁
// 对应redis的配置
com.ocean.redis
// 对应redis分布式锁工具类
com.ocean.redis.lock