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

com.blossomproject.module.article.ArticleRepository Maven / Gradle / Ivy

package com.blossomproject.module.article;

import com.blossomproject.core.common.repository.CrudRepository;
import org.springframework.stereotype.Repository;

import java.util.List;

/**
 * Created by Maël Gargadennnec on 03/05/2017.
 */
@Repository
public interface ArticleRepository extends CrudRepository
{ }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy