|
|
@@ -1,7 +1,5 @@ |
|
|
|
package com.lecooai.visitor.web;
|
|
|
|
|
|
|
|
import com.hihonor.idaas.IDaas;
|
|
|
|
import com.jeesite.common.config.Global;
|
|
|
|
import com.jeesite.common.io.PropertiesUtils;
|
|
|
|
import com.lecooai.visitor.web.config.BusinessLoggerInterceptor;
|
|
|
|
import com.lecooai.visitor.web.sys.service.support.DeviceServiceSupport;
|
|
|
@@ -140,6 +138,11 @@ public class Application extends SpringBootServletInitializer implements Command |
|
|
|
}
|
|
|
|
|
|
|
|
@Override
|
|
|
|
public void run(String... args) throws Exception {
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
/* @Override
|
|
|
|
public void run(String... args) throws Exception {
|
|
|
|
deviceServiceSupport.putRedisData();
|
|
|
|
String idaasAk = Global.getConfig("idaas.ak");
|
|
|
@@ -147,5 +150,5 @@ public class Application extends SpringBootServletInitializer implements Command |
|
|
|
System.err.println("setAPIGatewayInfo sk:"+idaasSk);
|
|
|
|
System.err.println("setAPIGatewayInfo ak:"+idaasAk);
|
|
|
|
IDaas.setAPIGatewayInfo(idaasAk, idaasSk);
|
|
|
|
}
|
|
|
|
}*/
|
|
|
|
} |