解决使用mybatis模糊查询为空的问题

解决方法:

在数据库配置的url后添加?useUnicode=true&characterEncoding=utf-8

 参考:

https://blog.csdn.net/IT_private/article/details/80990621

猜你喜欢

转载自www.cnblogs.com/flypig666/p/11825293.html