Files
2025-11-29 18:28:34 +08:00

6 lines
202 B
Smarty

package $package.infrastructure.persistence;
import org.springframework.data.jpa.repository.JpaRepository;
public interface ${entity}JpaRepository extends JpaRepository<${entity}Entity, $id_type> { }