使用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