This commit is contained in:
Phillip Webb
2014-03-25 14:33:11 -07:00
parent c11d94105a
commit 44d708ef7a
9 changed files with 18 additions and 13 deletions

View File

@@ -29,4 +29,5 @@ public class SampleDataJpaApplication {
public static void main(String[] args) throws Exception {
SpringApplication.run(SampleDataJpaApplication.class, args);
}
}