-
### Describe the bug
### Problem to solve:
HTML tags in source code are causing build warnings in MicrosoftDocs/azure-docs-cli. More importantly, customer-facing reference docs are not instantiating…
-
Given eureka instance configuration as follows:
```
eureka:
instance:
secure-port: 443
secure-port-enabled: true
non-secure-port: 80
non-secure-port-enabled: false
````
The…
-
Hi Spring Cloud Team,
I am using Spring Cloud Netflix as our Discovery Service, and also setup an Eureka cluster with 2 nodes. But got authentication issue for nodes replication with Oauth token.
…
-
**1.pom.xml如下**
```
org.springframework.boot
spring-boot-starter-parent
1.5.7.RELEASE
UTF-8
UTF-8
1.8
Dalston.SR3
org.springframework.cloud
spri…
-
With Spring Boot Actuator health check endpoint, we can use `management.endpoint.health.status.http-mapping.` to map a custom status to an HTTP status code. But for Eureka integration, any custom stat…
-
If I configure a random management port (`management.server.port=0`) in the eureka client's spring boot application properties, eureka calculates the _statusPageUrl_ and _healthCheckUrl_ with the inco…
-
项目中用spring boot +spring cloud ,但spring cloud使用Eureka作为注册服务,motan是用Consul,建议motan后续也支持Eureka作为注册服务 ,目前项目中会有两套注册服务,不太便于管理;当然spring cloud也可以用ZK ,然后MOTAN 也用ZK也能统一,但 ZK 强搞的是CP,Eureka 强调的是AP ,所以还是觉得用Eurek…
-
Have application
``` java
@SpringBootApplication
@EnableDiscoveryClient
@EnableAutoConfiguration
public class PortalApplication extends SpringBootServletInitializer {
private static final Logger…
-
bootstrap.yml
```
spring:
application:
name: turbine
cloud:
config:
uri: ${CONFIG_SERVER_URL:http://192.168.60.41:8888}
```
http://192.168.60.41:8888/turbine/default
``` json
{
…
-
使用scca-use-case-git 里面full-separation 三个项目
` · scca-config-server-git `
```
spring.application.name=scca-config-server-git
server.port=10110
eureka.client.serviceUrl.defaultZone=http://192.…