|
@@ -25,7 +25,7 @@ import cn.com.qmth.examcloud.web.upyun.UpyunSiteManager;
|
|
@EnableAsync
|
|
@EnableAsync
|
|
@ComponentScan(basePackages = {"cn.com.qmth"})
|
|
@ComponentScan(basePackages = {"cn.com.qmth"})
|
|
@EnableAutoConfiguration(exclude = {RedisAutoConfiguration.class})
|
|
@EnableAutoConfiguration(exclude = {RedisAutoConfiguration.class})
|
|
-public class OEApp {
|
|
|
|
|
|
+public class Tianji2App {
|
|
|
|
|
|
static {
|
|
static {
|
|
System.setProperty("hibernate.dialect.storage_engine", "innodb");
|
|
System.setProperty("hibernate.dialect.storage_engine", "innodb");
|
|
@@ -40,7 +40,7 @@ public class OEApp {
|
|
* @param args
|
|
* @param args
|
|
*/
|
|
*/
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
- SpringApplication.run(OEApp.class, args);
|
|
|
|
|
|
+ SpringApplication.run(Tianji2App.class, args);
|
|
|
|
|
|
UpyunSiteManager.init();
|
|
UpyunSiteManager.init();
|
|
|
|
|