使用testng并发测试
c3p0报错
org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
后来换成druid连接池
c3p0报错
org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
后来换成druid连接池
2018-11-20
基于SpringBoot的项目重构,可根据历史一步步搭建,包括jedis和redisTemplate两种方法。GitHub地址:https://github.com/ybeario/seckill
2018-09-28
跟着老师撸了一遍代码,里面的源码上传到github上了,跟大家一起交流学习。每一步都做了详细的笔记
https://github.com/limingval/seckill
https://github.com/limingval/seckill
2018-05-20