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