liubao68 commented on a change in pull request #2253: URL: https://github.com/apache/servicecomb-java-chassis/pull/2253#discussion_r583319143
########## File path: demo/demo-springmvc/springmvc-server/src/main/resources/microservice.yaml ########## @@ -47,10 +47,11 @@ servicecomb: # can download config center from https://cse-bucket.obs.myhwclouds.com/LocalCSE/Local-CSE-1.0.0.zip to test dynamic config config: client: - # serverUri: http://127.0.0.1:30113 + serverUri: http://127.0.0.1:30115 Review comment: This test is an auto-test in docker and no config center installed. So you can not submit this test code. After you finished your local test, you can add test cases without config center. For example, add yaml files to `microservice.yaml` ``` mytest: yaml: | hostName: wyk ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
