wujimin commented on issue #1085: Try to support spring-cloud-gateway URL: https://github.com/apache/servicecomb-java-chassis/issues/1085#issuecomment-462259741 thanks for your coming PR. when your create a PR, there is a checklist show there, just like: https://github.com/apache/servicecomb-java-chassis/pull/1084 but change "mvn clean install" to "mvn clean install -Pit" "it" profile is automatic integration test, it will start and stop ServiceCenter and test processes, maven does not know where is ServiceCenter, so we find ServiceCenter by the following rules: - invoke http://localhost:30100/version to check if ServiceCenter already running - invoke `System.getenv("serviceCenterHome")` to find where it install - invoke `docker run -p "127.0.0.1:30100:30100" servicecomb/service-center`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
