摘要:
在 Spring Data JPA 的 @Query 注解中使用 LIKE 查询参数时,需要注意参数处理和通配符的使用方式,在查询语句中拼接通配符: @Repository public interface UserRepository extends JpaRepository<User, Lon 阅读全文
摘要:
自定义注解编译时候报错: Initialization of bean failed; nested exception is java.lang.IllegalArgumentException: error Type referred to is not an annotation type: 阅读全文