Skip to content

Commit

Permalink
Update PersistentLoginRepository.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludy87 committed Jul 14, 2024
1 parent 3d21045 commit f7542c8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package stirling.software.SPDF.repository;

import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.web.bind.annotation.ResponseBody;
import org.springframework.stereotype.Repository;

import stirling.software.SPDF.model.PersistentLogin;

@ResponseBody
@Repository
public interface PersistentLoginRepository extends JpaRepository<PersistentLogin, String> {}

0 comments on commit f7542c8

Please sign in to comment.