public interface PlatformRepository extends JpaRepository<Platform, Long> { Platform findByName(String name); }. 我的控制器是非常簡單的用這種方法
確定! 回上一頁