diff --git a/service-command/src/main/java/com/lanyuanxiaoyao/service/command/configuration/ServiceConfiguration.java b/service-command/src/main/java/com/lanyuanxiaoyao/service/command/configuration/ServiceConfiguration.java deleted file mode 100644 index 9afd324..0000000 --- a/service-command/src/main/java/com/lanyuanxiaoyao/service/command/configuration/ServiceConfiguration.java +++ /dev/null @@ -1,32 +0,0 @@ -package com.lanyuanxiaoyao.service.command.configuration; - -import java.util.List; -import org.springframework.boot.context.properties.ConfigurationProperties; -import org.springframework.context.annotation.Configuration; - -/** - * 服务配置 - * - * @author ZhangJiacheng - * @date 2023-12-20 - */ -@Configuration -@ConfigurationProperties("hudi-service") -public class ServiceConfiguration { - private List gatewayUrls; - - public List getGatewayUrls() { - return gatewayUrls; - } - - public void setGatewayUrls(List gatewayUrls) { - this.gatewayUrls = gatewayUrls; - } - - @Override - public String toString() { - return "ServiceConfiguration{" + - "gatewayUrls=" + gatewayUrls + - '}'; - } -} diff --git a/service-command/src/main/resources/application-b12.yml b/service-command/src/main/resources/application-b12.yml deleted file mode 100644 index 3d8f3a0..0000000 --- a/service-command/src/main/resources/application-b12.yml +++ /dev/null @@ -1,50 +0,0 @@ -hudi-service: - gateway-urls: - - http://b12s10.hdp.dc:35690 - - http://b12s11.hdp.dc:35690 - - http://b12s12.hdp.dc:35690 - - http://b12s13.hdp.dc:35690 - - http://b12s14.hdp.dc:35690 - - http://b12s15.hdp.dc:35690 - - http://b12s16.hdp.dc:35690 - - http://b12s17.hdp.dc:35690 - - http://b12s18.hdp.dc:35690 - - http://b12s19.hdp.dc:35690 - - http://b12s20.hdp.dc:35690 - - http://b12s21.hdp.dc:35690 - - http://b12s22.hdp.dc:35690 - - http://b12s23.hdp.dc:35690 - - http://b12s24.hdp.dc:35690 - - http://b12s25.hdp.dc:35690 - - http://b12s26.hdp.dc:35690 - - http://b12s27.hdp.dc:35690 - - http://b12s28.hdp.dc:35690 - - http://b12s29.hdp.dc:35690 - - http://b12s30.hdp.dc:35690 - - http://b12s31.hdp.dc:35690 - - http://b12s32.hdp.dc:35690 - - http://b12s33.hdp.dc:35690 - - http://b12s34.hdp.dc:35690 - - http://b12s35.hdp.dc:35690 - - http://b12s36.hdp.dc:35690 - - http://b12s37.hdp.dc:35690 - - http://b12s38.hdp.dc:35690 - - http://b12s39.hdp.dc:35690 - - http://b12s4.hdp.dc:35690 - - http://b12s40.hdp.dc:35690 - - http://b12s41.hdp.dc:35690 - - http://b12s42.hdp.dc:35690 - - http://b12s43.hdp.dc:35690 - - http://b12s44.hdp.dc:35690 - - http://b12s45.hdp.dc:35690 - - http://b12s46.hdp.dc:35690 - - http://b12s47.hdp.dc:35690 - - http://b12s48.hdp.dc:35690 - - http://b12s49.hdp.dc:35690 - - http://b12s5.hdp.dc:35690 - - http://b12s50.hdp.dc:35690 - - http://b12s51.hdp.dc:35690 - - http://b12s6.hdp.dc:35690 - - http://b12s7.hdp.dc:35690 - - http://b12s8.hdp.dc:35690 - - http://b12s9.hdp.dc:35690 \ No newline at end of file diff --git a/service-command/src/main/resources/application-b5.yml b/service-command/src/main/resources/application-b5.yml deleted file mode 100644 index c37ece5..0000000 --- a/service-command/src/main/resources/application-b5.yml +++ /dev/null @@ -1,17 +0,0 @@ -hudi-service: - gateway-urls: - - http://b5s119.hdp.dc:35690 - - http://b5s120.hdp.dc:35690 - - http://b5s121.hdp.dc:35690 - - http://b5s122.hdp.dc:35690 - - http://b5s123.hdp.dc:35690 - - http://b5s124.hdp.dc:35690 - - http://b5s125.hdp.dc:35690 - - http://b5s126.hdp.dc:35690 - - http://b5s127.hdp.dc:35690 - - http://b5s128.hdp.dc:35690 - - http://b5s129.hdp.dc:35690 - - http://b5s130.hdp.dc:35690 - - http://b5s131.hdp.dc:35690 - - http://b5s132.hdp.dc:35690 - - http://b5s133.hdp.dc:35690 \ No newline at end of file