Comment out security condition pending SPR-11069

This commit is contained in:
Dave Syer
2013-11-05 12:20:09 +00:00
parent e43dcd3061
commit c144cae600
2 changed files with 3 additions and 2 deletions

View File

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