spring-cloud-tencent icon indicating copy to clipboard operation
spring-cloud-tencent copied to clipboard

docs:optimize example

Open kuwoo opened this issue 3 years ago • 1 comments

change the address of polaris config server

PR Type

Describe what this PR does for and how you did.

Adding the issue link (#xxx) if possible.

Note

Checklist

  • [ ] Add copyright holder at the beginning of .class file if it is new.
  • [ ] Add information of this PR to CHANGELOG.md in root of project.
  • [ ] All junit tests passing.
  • [ ] Coverage from Codecov Report should not decrease.

Checklist (Optional)

  • [ ] Will Pull Request to branch of 2020.0 and 2021.0.
  • [ ] Add documentation in javadoc in code or comment below the PR if necessary.
  • [ ] Add your name as @author to the beginning of .class file.

kuwoo avatar Aug 08 '22 08:08 kuwoo

@kuwoo

Thank you for your first PR.

If not configure spring.cloud.polaris.config.address , By default , sct will use the remote address list configured by spring.cloud.polaris.address and splice the corresponding configured port instead .

misselvexu avatar Aug 09 '22 05:08 misselvexu