The server time zone value ‘�й���ʱ��’ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the ‘serverTimezone’ configuration property) to use a more specific time zone value if you want to utilize time zone support.
Mybatis逆向生成中遇到的小坑:
版本用的8,导致了这个时区错误:
jdbc.connectionURL=jdbc:mysql://127.0.0.1:3306/crm_db?autoReconnect=true&useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&serverTimezone=UTC
在配置文件中加上即可