We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bootstrap.yml
eureka: instance: hostname: ${spring.cloud.client.ipAddress} instance-id: ${spring.application.name}@${spring.cloud.client.ipAddress}:${server.port} client: enabled: false allow-redirects: false register-with-eureka: false fetch-registry: false
大概是这样的一个配置我在apollo里把enabled和register-with-eureka还有 fetch-registry到设置为true后重启了项目,该项目依旧没有注册到eureka里
The text was updated successfully, but these errors were encountered:
apollo.bootstrap.eagerLoad.enabled 配置了吗?3.2.1.3 Spring Boot集成方式(推荐)
Sorry, something went wrong.
好的 我尝试一下 如果没问题我将关闭问题
No branches or pull requests
bootstrap.yml
eureka:
instance:
hostname: ${spring.cloud.client.ipAddress}
instance-id: ${spring.application.name}@${spring.cloud.client.ipAddress}:${server.port}
client:
enabled: false
allow-redirects: false
register-with-eureka: false
fetch-registry: false
大概是这样的一个配置我在apollo里把enabled和register-with-eureka还有 fetch-registry到设置为true后重启了项目,该项目依旧没有注册到eureka里
The text was updated successfully, but these errors were encountered: