我想在 JpaRepository 中編寫一個類似的查詢,但它不返回任何內容: ... RegisterUserRepository extendsJpaRepository<Registration,Long> { @Query("Select c from ...
確定! 回上一頁