|
|
@@ -1,16 +1,16 @@
|
|
|
-package nju.seec.helper;
|
|
|
-
|
|
|
-import org.springframework.boot.builder.SpringApplicationBuilder;
|
|
|
-import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
|
|
|
-
|
|
|
-/**
|
|
|
- * @author cst
|
|
|
- */
|
|
|
-public class ServletInitializer extends SpringBootServletInitializer {
|
|
|
-
|
|
|
- @Override
|
|
|
- protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {
|
|
|
- return application.sources(HelperApplication.class);
|
|
|
- }
|
|
|
-
|
|
|
-}
|
|
|
+//package nju.seec.helper;
|
|
|
+//
|
|
|
+//import org.springframework.boot.builder.SpringApplicationBuilder;
|
|
|
+//import org.springframework.boot.web.servlet.support.SpringBootServletInitializer;
|
|
|
+//
|
|
|
+///**
|
|
|
+// * @author cst
|
|
|
+// */
|
|
|
+//public class ServletInitializer extends SpringBootServletInitializer {
|
|
|
+//
|
|
|
+// @Override
|
|
|
+// protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {
|
|
|
+// return application.sources(HelperApplication.class);
|
|
|
+// }
|
|
|
+//
|
|
|
+//}
|