摘要: 在 Spring Data JPA 的 @Query 注解中使用 LIKE 查询参数时,需要注意参数处理和通配符的使用方式,在查询语句中拼接通配符: @Repository public interface UserRepository extends JpaRepository<User, Lon 阅读全文
posted @ 2025-07-23 11:14 空知大仙人 阅读(43) 评论(0) 推荐(0)