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

top.wboost.common.base.repository.BaseRepository Maven / Gradle / Ivy

package top.wboost.common.base.repository;

import java.io.Serializable;

import org.springframework.data.repository.NoRepositoryBean;

@NoRepositoryBean
public interface BaseRepository {

    //public Page findAll();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy