Results 6 comments of lgscofield

> **Describe the bug** i'm using spring cloud Hoxton.SR3 and spring boot 2.2.6.RELEASE. i have a problem when using angular 2+ call to api-gateway : "Access to XMLHttpRequest at 'http://localhost:8080/auth/oauth/token'...

Maybe U should add this dependency to U pom.xml: > ``` org.springframework.cloud spring-cloud-starter-bootstrap ``` And some metadata in spring-autoconfigure-metadata.properties looks like : > ``` org.springframework.cloud.util.ConditionalOnBootstrapDisabled$OnBootstrapDisabledCondition$OnBootstrapMarkerClassPresent= org.springframework.cloud.util.ConditionalOnBootstrapDisabled$OnBootstrapDisabledCondition$OnBootstrapMarkerClassPresent.ConditionalOnClass=org.springframework.cloud.bootstrap.marker.Marker org.springframework.cloud.util.ConditionalOnBootstrapEnabled$OnBootstrapEnabledCondition$OnBootstrapMarkerClassPresent= org.springframework.cloud.util.ConditionalOnBootstrapEnabled$OnBootstrapEnabledCondition$OnBootstrapMarkerClassPresent.ConditionalOnClass=org.springframework.cloud.bootstrap.marker.Marker ``` in...

@fragaLY Maybe you can refer to this: [https://github.com/spring-cloud/spring-cloud-gateway/issues/2472#issuecomment-1233659197](url)

@DawnSouther Maybe U should add this: ` org.springframework.cloud spring-cloud-starter-bootstrap ` in U classpath, then U yml configuration file will work

你的平台是arm平台?

We currently use Redis for persistent storage. To address disaster recovery issues, we have set up a hot standby cluster within the same city. Currently, we use a synchronization tool...