fixed
Dao -> DAO
This commit is contained in:
parent
57ca2c3905
commit
0610bd7c8b
|
@ -10,6 +10,6 @@ import org.springframework.stereotype.Repository;
|
|||
* Created by root on 17. 6. 1.
|
||||
*/
|
||||
@Repository
|
||||
public interface ApiKeyDao extends JpaRepository<ApiKey, Long> {
|
||||
public interface ApiKeyDAO extends JpaRepository<ApiKey, Long> {
|
||||
// Apikeyddd findByApiKey(Apikeyddd apikey);
|
||||
}
|
Loading…
Reference in New Issue
Block a user