feat(command): 移除多余的配置
This commit is contained in:
@@ -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<String> gatewayUrls;
|
||||
|
||||
public List<String> getGatewayUrls() {
|
||||
return gatewayUrls;
|
||||
}
|
||||
|
||||
public void setGatewayUrls(List<String> gatewayUrls) {
|
||||
this.gatewayUrls = gatewayUrls;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "ServiceConfiguration{" +
|
||||
"gatewayUrls=" + gatewayUrls +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user