问题: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 specifc time zone value if you want to utilize time zone support.
wrong:
db.url=jdbc:mysql:///meeting
right:
db.url=jdbc:mysql:///meeting?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai