Created
October 27, 2017 12:30
-
-
Save khannedy/3730d067d73705909f4dd72552784512 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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