This is an automated email from the ASF dual-hosted git repository. liubao pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git
commit 479a665fe0532e044278e9bd34659456a4f8d426 Author: liubao <[email protected]> AuthorDate: Sat Aug 25 10:02:35 2018 +0800 [SBC-870]fix test error. --- .../src/main/resources/microservice.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/demo-spring-boot-provider/demo-spring-boot-jaxrs-server/src/main/resources/microservice.yaml b/demo/demo-spring-boot-provider/demo-spring-boot-jaxrs-server/src/main/resources/microservice.yaml index 09c50e3..89e1297 100644 --- a/demo/demo-spring-boot-provider/demo-spring-boot-jaxrs-server/src/main/resources/microservice.yaml +++ b/demo/demo-spring-boot-provider/demo-spring-boot-jaxrs-server/src/main/resources/microservice.yaml @@ -25,9 +25,9 @@ servicecomb: registry: address: http://127.0.0.1:30100 rest: - address: 0.0.0.0:8080 + address: 0.0.0.0:8086 highway: - address: 0.0.0.0:7070 + address: 0.0.0.0:7076 handler: chain: Provider:
