fixed
Dao -> DAO
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user