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

com.nbsaas.boot.article.data.repository.ArticleCommentRepository Maven / Gradle / Ivy

package com.nbsaas.boot.article.data.repository;

import com.nbsaas.boot.article.data.entity.ArticleComment;
import org.springframework.data.jpa.repository.support.JpaRepositoryImplementation;
import java.io.Serializable;

public interface ArticleCommentRepository  extends  JpaRepositoryImplementation{

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy