|
|
@ -59,7 +59,8 @@ public final class TsfCoreEnvironmentPostProcessor implements EnvironmentPostPro
|
|
|
|
String tsfAppId = environment.getProperty("tsf_app_id");
|
|
|
|
String tsfAppId = environment.getProperty("tsf_app_id");
|
|
|
|
if (StringUtils.isNotBlank(tsfAppId)) {
|
|
|
|
if (StringUtils.isNotBlank(tsfAppId)) {
|
|
|
|
Map<String, Object> defaultProperties = new HashMap<>();
|
|
|
|
Map<String, Object> defaultProperties = new HashMap<>();
|
|
|
|
|
|
|
|
// enable polaris as default
|
|
|
|
|
|
|
|
defaultProperties.put("spring.cloud.polaris.enabled", "true");
|
|
|
|
// tsf_application_id
|
|
|
|
// tsf_application_id
|
|
|
|
String tsfApplicationId = environment.getProperty("tsf_application_id");
|
|
|
|
String tsfApplicationId = environment.getProperty("tsf_application_id");
|
|
|
|
if (StringUtils.isBlank(tsfApplicationId)) {
|
|
|
|
if (StringUtils.isBlank(tsfApplicationId)) {
|
|
|
|