OWL ITS + 탐지시스템(인터넷 진흥원)
박지현
2022-03-11 d3d9848c0833a0835eb2fac8345c0e406e066535
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);
}