|
@@ -12,7 +12,7 @@ public class LauncherServiceImpl implements LauncherService {
|
|
|
public void launcher(SpringApplicationBuilder builder, String appName, String profile, boolean isLocalDev) {
|
|
|
|
|
|
//NACOS_ADDR=10.65.78.23:8848
|
|
|
-// Properties props = System.getProperties();
|
|
|
-// props.setProperty("spring.cloud.nacos.config.shared-dataids", "gddl_dbkp.yaml");
|
|
|
+ Properties props = System.getProperties();
|
|
|
+ props.setProperty("spring.cloud.nacos.config.shared-dataids", "gddl_dbkp.yaml");
|
|
|
}
|
|
|
}
|