Skip to content

Instantly share code, notes, and snippets.

@aglassman
Created February 9, 2016 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aglassman/0dc31986cebadfcb23a7 to your computer and use it in GitHub Desktop.
Save aglassman/0dc31986cebadfcb23a7 to your computer and use it in GitHub Desktop.
package org.gmjm;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class SpringDataNeo4jDemoApplication {
public static void main(String[] args) {
SpringApplication.run(SpringDataNeo4jDemoApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment