Spring Boot: Jdbc javax.net.ssl.SSLException: closing inbound before receiving peer's close_notify

数据库数据源加上&useSSL=false即可
url: jdbc:mysql://localhost:3306/goods_market_db?serverTimezone=GMT&useSSL=false

你可能感兴趣的:(Spring Boot: Jdbc javax.net.ssl.SSLException: closing inbound before receiving peer's close_notify)