Java实现模糊搜索

select * from classification where name like CONCAT(CONCAT('%',#{name}),'%')