introduces custom settings file (#1158)
* Introducing a custom settings file * formats * chnages * Update README.md
This commit is contained in:
@@ -11,5 +11,4 @@ public interface AuthorityRepository extends JpaRepository<Authority, Long> {
|
||||
Set<Authority> findByUser_Username(String username);
|
||||
|
||||
Authority findByUserId(long user_id);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user