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