Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package $package.infrastructure.persistence;
|
||||
|
||||
import org.springframework.data.jpa.repository.JpaRepository;
|
||||
|
||||
public interface ${entity}JpaRepository extends JpaRepository<${entity}Entity, $id_type> { }
|
||||
Reference in New Issue
Block a user