wangwei 6 年之前
父節點
當前提交
c9cb7de15c

+ 3 - 0
examcloud-exchange-starter/src/main/java/cn/com/qmth/examcloud/exchange/ExchangeApp.java

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