原因是少了时区,加&serverTimezone=UTC
jdbc:mysql://127.0.0.1:3306/my_test?useUnicode=true&characterEncoding=utf-8&autoReconnect=true&useSSL=false&serverTimezone=UTC
参考文章:https://www.cnblogs.com/flyingDragon/p/11268920.html