摘要: Basic Query public interface BookRepository extends CrudRepository<Book, Long> { @Query("SELECT b from Book b WHERE b.available = true") List<Book> fi 阅读全文
posted @ 2022-05-20 15:59 Zhentiw 阅读(119) 评论(0) 推荐(0) 编辑