All Downloads are FREE. Search and download functionalities are using the official Maven repository.

work.shashank.repository.AuditRepository Maven / Gradle / Ivy

The newest version!
package work.shashank.repository;

import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import work.shashank.entity.Audit;

/**
 * @author Shashank Sharma
 */
@Repository
public interface AuditRepository extends JpaRepository {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy