摘要: package com.example.redisdistlock.controller; import com.example.redisdistlock.util.RedisUtil; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis.co... 阅读全文
posted @ 2019-10-08 17:25 深南大道 阅读(1422) 评论(0) 推荐(0) 编辑
摘要: pom.xml文件配置 阅读全文
posted @ 2019-10-08 15:23 深南大道 阅读(1553) 评论(0) 推荐(0) 编辑
摘要: --新建存储过程 create procedure doinsert3() begin declare i int; declare j int; set i = 0; set j = 0; while(i<=200) do insert into reader_info(name,sex,birth,address,telcode) values(concat('测试',i),'男','1... 阅读全文
posted @ 2019-10-08 12:53 深南大道 阅读(352) 评论(0) 推荐(0) 编辑
摘要: package com.example.redis.controller; import com.example.redis.entity.User; import com.example.redis.util.JedisUtil; import com.example.redis.util.RedisUtil; import org.springframework.beans.factory... 阅读全文
posted @ 2019-10-08 10:15 深南大道 阅读(8520) 评论(1) 推荐(0) 编辑
摘要: package com.example.redisdistlock.util; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.redis.core.RedisTemplate; import org.springframework.stereotype.... 阅读全文
posted @ 2019-10-08 10:07 深南大道 阅读(11234) 评论(0) 推荐(0) 编辑