Skip to content

Instantly share code, notes, and snippets.

@khannedy
Created October 27, 2017 12:30
Show Gist options
  • Save khannedy/3730d067d73705909f4dd72552784512 to your computer and use it in GitHub Desktop.
Save khannedy/3730d067d73705909f4dd72552784512 to your computer and use it in GitHub Desktop.
package com.idspring.crudreactive.repository;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.data.mongodb.repository.config.EnableReactiveMongoRepositories;
/**
* @author Eko Kurniawan Khannedy
* @since 27/10/17
*/
@SpringBootApplication
@EnableReactiveMongoRepositories
public class RepositoryApplication {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment