错误写法:url=jdbc:mysql://localhost:3306/easy-blog?useUnicode=true&characterEncoding=UTF-8
正确写法:url=jdbc:mysql://localhost:3306/easy-blog?useUnicode=true&characterEncoding=utf8