This commit is contained in:
Phillip Webb
2014-04-25 15:07:16 +01:00
parent 1ae91a135c
commit fba08e7811
6 changed files with 16 additions and 12 deletions

View File

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