OWL ITS + 탐지시스템(인터넷 진흥원)
박지현
2022-02-09 6a8cacfc31f8ac932844a122940fdfd127c117ac
src/main/java/kr/wisestone/owl/repository/ApiTokenRepository.java
@@ -8,4 +8,6 @@
public interface ApiTokenRepository extends JpaRepository<ApiToken, Long> {
    List<ApiToken> findByUserId(@Param("userId") Long userId);
    List<ApiToken> findByToken(@Param("token") String token);
}