数据库
首页 > 数据库> > jmeter使用mysql查询提示Spring Boot: Jdbc javax.net.ssl.SSLException: closing inbound before receiving peer

jmeter使用mysql查询提示Spring Boot: Jdbc javax.net.ssl.SSLException: closing inbound before receiving peer

作者:互联网

JDBC Connection Configuration插件的“Database URL”地址后面添加“?serverTimezone=GMT&useSSL=false”

 

 

 

url: jdbc:mysql://localhost:3306/goods_market_db?serverTimezone=GMT&useSSL=false

标签:插件,Jdbc,false,inbound,serverTimezone,useSSL,mysql,closing,GMT
来源: https://www.cnblogs.com/rensonghua/p/15919223.html