|
|
@ -43,7 +43,7 @@ public class LauncherServiceImpl implements LauncherService { |
|
|
|
PropsUtil.setProperty(props, "spring.datasource.dynamic.enabled", "false"); |
|
|
|
PropsUtil.setProperty(props, "spring.datasource.dynamic.enabled", "false"); |
|
|
|
|
|
|
|
|
|
|
|
// 开启elk日志
|
|
|
|
// 开启elk日志
|
|
|
|
// PropsUtil.setProperty(props, "blade.log.elk.destination", LauncherConstant.elkAddr(profile));
|
|
|
|
PropsUtil.setProperty(props, "blade.log.elk.destination", LauncherConstant.elkAddr(profile)); |
|
|
|
|
|
|
|
|
|
|
|
// seata注册地址
|
|
|
|
// seata注册地址
|
|
|
|
// PropsUtil.setProperty(props, "seata.service.grouplist.default", LauncherConstant.seataAddr(profile));
|
|
|
|
// PropsUtil.setProperty(props, "seata.service.grouplist.default", LauncherConstant.seataAddr(profile));
|
|
|
|