|
@@ -30,7 +30,7 @@ import cn.com.qmth.examcloud.web.support.SpringContextHolder;
|
|
|
@ComponentScan(basePackages = {"cn.com.qmth"})
|
|
|
@EntityScan(basePackages = {"cn.com.qmth"})
|
|
|
@EnableJpaRepositories(basePackages = {"cn.com.qmth"})
|
|
|
-public class OEFaceApp {
|
|
|
+public class OETaskApp {
|
|
|
|
|
|
static {
|
|
|
String runtimeLevel = System.getProperty("log.commonLevel");
|
|
@@ -48,7 +48,7 @@ public class OEFaceApp {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
public static void main(String[] args) throws Exception {
|
|
|
- AppBootstrap.run(OEFaceApp.class, args);
|
|
|
+ AppBootstrap.run(OETaskApp.class, args);
|
|
|
test();
|
|
|
}
|
|
|
|