使用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
最新回答 / superBF37
<...图片...>添加依赖,导
import org.slf4j.Logger; import org.slf4j.LoggerFactory;包
2018-09-08