x1.markdown.repository.MarkdownRepository.java Source code

Java tutorial

Introduction

Here is the source code for x1.markdown.repository.MarkdownRepository.java

Source

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package x1.markdown.repository;

import org.springframework.data.mongodb.repository.MongoRepository;

/**
 *
 * @author vlad
 */
public interface MarkdownRepository extends MongoRepository<MarkdownDocument, String> {

}