|
@@ -7,7 +7,6 @@
|
|
|
|
|
|
package cn.com.qmth.examcloud.core.print;
|
|
|
|
|
|
-import cn.com.qmth.examcloud.web.bootstrap.AppBootstrap;
|
|
|
import org.springframework.boot.SpringApplication;
|
|
|
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|
|
import org.springframework.boot.autoconfigure.domain.EntityScan;
|
|
@@ -42,8 +41,8 @@ public class PrintApplication extends SpringBootServletInitializer {
|
|
|
}
|
|
|
|
|
|
public static void main(String[] args) throws Exception {
|
|
|
- //SpringApplication.run(PrintApplication.class, args);
|
|
|
- AppBootstrap.run(PrintApplication.class, args);
|
|
|
+ // AppBootstrap.run(PrintApplication.class, args);
|
|
|
+ SpringApplication.run(PrintApplication.class, args);
|
|
|
}
|
|
|
|
|
|
}
|