模糊查询sql语句

@Select("select * from user where name like concat ('%',#{name},'%')")
public List<User> findByKeyWords(String keyWords);

  

原文地址:https://www.cnblogs.com/Hubert-dzl/p/11451209.html