|
@@ -42,8 +42,6 @@ public class GenerateHtmlImpl implements GenerateHtml {
|
|
private String destPath;
|
|
private String destPath;
|
|
@Value("${caimei.coreServer}")
|
|
@Value("${caimei.coreServer}")
|
|
private String coreServer;
|
|
private String coreServer;
|
|
- @Value("${caimei.spiServer}")
|
|
|
|
- private String spiServer;
|
|
|
|
/** 打包时间 */
|
|
/** 打包时间 */
|
|
@Value("${caimei.siteEnv}")
|
|
@Value("${caimei.siteEnv}")
|
|
private String siteEnv;
|
|
private String siteEnv;
|
|
@@ -145,7 +143,6 @@ public class GenerateHtmlImpl implements GenerateHtml {
|
|
map.put("version", buildTime);
|
|
map.put("version", buildTime);
|
|
// spi服务器地址
|
|
// spi服务器地址
|
|
map.put("coreServer", coreServer);
|
|
map.put("coreServer", coreServer);
|
|
- map.put("spiServer", spiServer);
|
|
|
|
// 搜索热门关键字
|
|
// 搜索热门关键字
|
|
List<String> searchHotWord = baseService.getSearchHotWord();
|
|
List<String> searchHotWord = baseService.getSearchHotWord();
|
|
map.put("searchHotWord", searchHotWord);
|
|
map.put("searchHotWord", searchHotWord);
|
|
@@ -187,7 +184,6 @@ public class GenerateHtmlImpl implements GenerateHtml {
|
|
map.put("version", buildTime);
|
|
map.put("version", buildTime);
|
|
// spi服务器地址
|
|
// spi服务器地址
|
|
map.put("coreServer", coreServer);
|
|
map.put("coreServer", coreServer);
|
|
- map.put("spiServer", spiServer);
|
|
|
|
// 搜索热门关键字
|
|
// 搜索热门关键字
|
|
List<String> searchHotWord = baseService.getSearchHotWord();
|
|
List<String> searchHotWord = baseService.getSearchHotWord();
|
|
map.put("searchHotWord", searchHotWord);
|
|
map.put("searchHotWord", searchHotWord);
|