Spring Boot: Jdbc javax.net.ssl.
2020-06-02 本文已影响0人
潼潼夏
数据库数据源加上&useSSL=false即可
url: jdbc:mysql://localhost:3306/goods_market_db?serverTimezone=GMT&useSSL=false
数据库数据源加上&useSSL=false即可
url: jdbc:mysql://localhost:3306/goods_market_db?serverTimezone=GMT&useSSL=false