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