Guest User

Untitled

a guest
Jun 19th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. @SpringBootApplication
  2. @EnableElasticsearchRepositories(basePackages = "cookle.core.esdao")
  3. public class RestMain {
  4.  
  5. public static void main(String[] args) {
  6. SpringApplication.run(RestMain.class, args);
  7. }
  8. }
Add Comment
Please, Sign In to add comment