Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. package org.gmjm;
  2.  
  3. import org.springframework.boot.SpringApplication;
  4. import org.springframework.boot.autoconfigure.SpringBootApplication;
  5.  
  6. @SpringBootApplication
  7. public class SpringDataNeo4jDemoApplication {
  8.  
  9. public static void main(String[] args) {
  10. SpringApplication.run(SpringDataNeo4jDemoApplication.class, args);
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement