... interface UserRepository extends CrudRepository<User, UUID> { } By creating this interface, you have a repository at run time that allows you to save, ...
確定! 回上一頁