Skip to content

Commit

Permalink
add :: repository
Browse files Browse the repository at this point in the history
  • Loading branch information
meltapplee committed Mar 4, 2024
1 parent 075a3bb commit 80cf109
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.xaquare.xquarebackoffice.domain.persistence.repository

import com.xaquare.xquarebackoffice.domain.entity.User
import java.util.UUID
import org.springframework.data.jpa.repository.JpaRepository

interface UserRepository: JpaRepository<User, UUID>

0 comments on commit 80cf109

Please sign in to comment.