|
@@ -77,6 +77,7 @@ public class WMSServiceImpl implements WMSService {
|
|
|
for (Map.Entry<String, String> entry : WMS_MAPPING.entrySet()) {
|
|
|
String bwkey = entry.getKey();
|
|
|
String host = entry.getValue();
|
|
|
+ log.info("### {} -> {}", bwkey, host);
|
|
|
if (StringUtils.isBlank(host)) {
|
|
|
continue;
|
|
|
}
|