| | |
| | | PropsUtil.setProperty(props, "spring.cloud.nacos.password", LauncherConstant.NACOS_PASSWORD); |
| | | |
| | | //自定义注册 |
| | | // PropsUtil.setProperty(props, "spring.cloud.nacos.config.namespace", "guoshilong"); |
| | | // PropsUtil.setProperty(props, "spring.cloud.nacos.discovery.namespace", "guoshilong"); |
| | | PropsUtil.setProperty(props, "spring.cloud.nacos.config.namespace", "guoshilong"); |
| | | PropsUtil.setProperty(props, "spring.cloud.nacos.discovery.namespace", "guoshilong"); |
| | | |
| | | PropsUtil.setProperty(props, "spring.cloud.sentinel.transport.dashboard", LauncherConstant.sentinelAddr(profile)); |
| | | PropsUtil.setProperty(props, "spring.zipkin.base-url", LauncherConstant.zipkinAddr(profile)); |
| | |
| | | AND NAG.POINT_id = #{vo.pointId} |
| | | </if> |
| | | <if test="vo.cdName != null and vo.cdName !=''"> |
| | | AND acb."cd_name" LIKE CONCAT('%',#{vo.cdName},'%') |
| | | AND acb."cd_nm" LIKE CONCAT('%',#{vo.cdName},'%') |
| | | </if> |
| | | AND NAG.dam_id = #{vo.damId} |
| | | </select> |