|
@@ -28,7 +28,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 OEStudentFaceApp {
|
|
|
+public class OEFaceApp {
|
|
|
|
|
|
static {
|
|
|
String runtimeLevel = System.getProperty("log.commonLevel");
|
|
@@ -45,7 +45,7 @@ public class OEStudentFaceApp {
|
|
|
* @throws Exception
|
|
|
*/
|
|
|
public static void main(String[] args) throws Exception {
|
|
|
- AppBootstrap.run(OEStudentFaceApp.class, args);
|
|
|
+ AppBootstrap.run(OEFaceApp.class, args);
|
|
|
test();
|
|
|
}
|
|
|
|