This commit is contained in:
Phillip Webb
2014-07-29 13:06:47 -07:00
parent 14c6243637
commit da5c36c3a9
6 changed files with 100 additions and 67 deletions

View File

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