|
@@ -26,7 +26,7 @@ import cn.com.qmth.examcloud.web.support.SpringContextHolder;
|
|
|
@EntityScan(basePackages = {"cn.com.qmth"})
|
|
|
@EnableJpaRepositories(basePackages = {"cn.com.qmth"})
|
|
|
@EnableMongoRepositories(basePackages = {"cn.com.qmth"})
|
|
|
-public class OEAdminApplication {
|
|
|
+public class OEAdminApp {
|
|
|
static {
|
|
|
String runtimeLevel = System.getProperty("log.commonLevel");
|
|
|
if (null == runtimeLevel) {
|
|
@@ -36,7 +36,7 @@ public class OEAdminApplication {
|
|
|
}
|
|
|
|
|
|
public static void main(String[] args) {
|
|
|
- AppBootstrap.run(OEAdminApplication.class, args);
|
|
|
+ AppBootstrap.run(OEAdminApp.class, args);
|
|
|
test();
|
|
|
}
|
|
|
|