|
@@ -8,6 +8,7 @@ import org.springframework.cloud.netflix.eureka.EnableEurekaClient;
|
|
import org.springframework.context.annotation.ComponentScan;
|
|
import org.springframework.context.annotation.ComponentScan;
|
|
import org.springframework.context.annotation.Configuration;
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
|
|
|
|
|
+import cn.com.qmth.examcloud.exchange.inner.service.upyun.UpyunSiteManager;
|
|
import cn.com.qmth.examcloud.web.bootstrap.AppBootstrap;
|
|
import cn.com.qmth.examcloud.web.bootstrap.AppBootstrap;
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -42,5 +43,7 @@ public class ExchangeApp {
|
|
*/
|
|
*/
|
|
public static void main(String[] args) {
|
|
public static void main(String[] args) {
|
|
AppBootstrap.run(ExchangeApp.class, args);
|
|
AppBootstrap.run(ExchangeApp.class, args);
|
|
|
|
+
|
|
|
|
+ UpyunSiteManager.init();
|
|
}
|
|
}
|
|
}
|
|
}
|