Pengyu Gan
Pengyu Gan
According to the official example, generating getter/setter methods for a Field can be done by implementing an interface. But this is when I know exactly which Fields will be added...
SpringCloud 版本:Greenwich.SR4 SpringBoot 版本:2.1.11.RELEASE Apollo Client 版本:1.5.0 代码完全 Copy 的官方提供的 demo,测试发现在运行时可以增加和修改路由,但删除路由则会报错。完整报错信息如下: ``` org.springframework.boot.context.properties.ConfigurationPropertiesBindException: Error creating bean with name 'gatewayProperties': Could not bind properties to 'GatewayProperties' : prefix=spring.cloud.gateway, ignoreInvalidFields=false, ignoreUnknownFields=true; nested...