parent
887b715822
commit
f0a9d99746
@ -1,15 +1,4 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
---
|
---
|
||||||
|
|
||||||
- [Feature: Support parse ratelimit rule expression labels.](https://github.com/Tencent/spring-cloud-tencent/pull/183)
|
- [fix:fix consul connect bug.](https://github.com/Tencent/spring-cloud-tencent/pull/217)
|
||||||
- [Feature: Router support request label.](https://github.com/Tencent/spring-cloud-tencent/pull/165)
|
|
||||||
- [Feature: Support router expression label](https://github.com/Tencent/spring-cloud-tencent/pull/190)
|
|
||||||
- [Add metadata transfer example.](https://github.com/Tencent/spring-cloud-tencent/pull/184)
|
|
||||||
- [Feature: Support metadata router.](https://github.com/Tencent/spring-cloud-tencent/pull/191)
|
|
||||||
- [Feature: Misc optimize metadata router.](https://github.com/Tencent/spring-cloud-tencent/pull/192)
|
|
||||||
- [Feature:Support near by router.](https://github.com/Tencent/spring-cloud-tencent/pull/196)
|
|
||||||
- [Feature: Load application.yml and application-${profile}.yml from polaris server.](https://github.com/Tencent/spring-cloud-tencent/pull/199)
|
|
||||||
- [feat:add rate limit of unirate.](https://github.com/Tencent/spring-cloud-tencent/pull/197)
|
|
||||||
- [test:add junit test to polaris-circuitbreaker.](https://github.com/Tencent/spring-cloud-tencent/pull/202)
|
|
||||||
- [test:add junit test to polaris-discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/205)
|
|
||||||
- [Example:set example polaris address to demo environment.](https://github.com/Tencent/spring-cloud-tencent/pull/206)
|
|
||||||
|
@ -0,0 +1,15 @@
|
|||||||
|
# Change Log
|
||||||
|
---
|
||||||
|
|
||||||
|
- [Feature: Support parse ratelimit rule expression labels.](https://github.com/Tencent/spring-cloud-tencent/pull/183)
|
||||||
|
- [Feature: Router support request label.](https://github.com/Tencent/spring-cloud-tencent/pull/165)
|
||||||
|
- [Feature: Support router expression label](https://github.com/Tencent/spring-cloud-tencent/pull/190)
|
||||||
|
- [Add metadata transfer example.](https://github.com/Tencent/spring-cloud-tencent/pull/184)
|
||||||
|
- [Feature: Support metadata router.](https://github.com/Tencent/spring-cloud-tencent/pull/191)
|
||||||
|
- [Feature: Misc optimize metadata router.](https://github.com/Tencent/spring-cloud-tencent/pull/192)
|
||||||
|
- [Feature:Support near by router.](https://github.com/Tencent/spring-cloud-tencent/pull/196)
|
||||||
|
- [Feature: Load application.yml and application-${profile}.yml from polaris server.](https://github.com/Tencent/spring-cloud-tencent/pull/199)
|
||||||
|
- [feat:add rate limit of unirate.](https://github.com/Tencent/spring-cloud-tencent/pull/197)
|
||||||
|
- [test:add junit test to polaris-circuitbreaker.](https://github.com/Tencent/spring-cloud-tencent/pull/202)
|
||||||
|
- [test:add junit test to polaris-discovery.](https://github.com/Tencent/spring-cloud-tencent/pull/205)
|
||||||
|
- [Example:set example polaris address to demo environment.](https://github.com/Tencent/spring-cloud-tencent/pull/206)
|
@ -0,0 +1,24 @@
|
|||||||
|
server:
|
||||||
|
port: 48084
|
||||||
|
spring:
|
||||||
|
application:
|
||||||
|
name: java_provider_test
|
||||||
|
cloud:
|
||||||
|
polaris:
|
||||||
|
address: grpc://127.0.0.1:8091
|
||||||
|
namespace: Test
|
||||||
|
enabled: true
|
||||||
|
discovery:
|
||||||
|
enabled: true
|
||||||
|
register: true
|
||||||
|
consul:
|
||||||
|
port: 8500
|
||||||
|
host: 127.0.0.1
|
||||||
|
enabled: true
|
||||||
|
discovery:
|
||||||
|
enabled: true
|
||||||
|
register: true
|
||||||
|
instance-id: ins-test
|
||||||
|
service-name: ${spring.application.name}
|
||||||
|
ip-address: 127.0.0.1
|
||||||
|
prefer-ip-address: true
|
Loading…
Reference in new issue