通过将删除操作添加到我的TokenRepository接口中,我能够使删除操作持久保存到数据库中: @Modifying @Query("delete from Token t where t.id = ?1") void ...
確定! 回上一頁