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

cn.hiboot.mcn.autoconfigure.jpa.BaseRepository Maven / Gradle / Ivy

package cn.hiboot.mcn.autoconfigure.jpa;

import org.springframework.data.jpa.repository.support.JpaRepositoryImplementation;
import org.springframework.data.repository.NoRepositoryBean;

/**
 * BaseRepository
 *
 * @author DingHao
 * @since 2022/1/22 11:48
 */
@NoRepositoryBean
public interface BaseRepository extends JpaRepositoryImplementation {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy