servicecomb-samples icon indicating copy to clipboard operation
servicecomb-samples copied to clipboard

Apache servicecomb

Results 24 servicecomb-samples issues
Sort by recently updated
recently updated
newest added

Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.4.5 to 3.5.6. Release notes Sourced from mybatis's releases. mybatis-3.5.6 Enhancements: A new configuration option defaultSqlProviderType is added. The specified class will be used as the SQL...

dependencies

有三处解析失败 - java-chassis-integration-tests/test-common/pom.xml - java-chassis-integration-tests/tracing-tests/pom.xml - java-chassis-integration-tests/it-consumer/pom.xml

下载`servicecomb-samples`代码后,参考`https://github.com/apache/servicecomb-samples/tree/master/java-chassis-samples/springmvc-sample`教程运行`provider`和`consumer`,`consumer`运行失败,报错如下所示: ``` Exception in thread "main" InvocationException: code=405;msg=CommonExceptionData [message=method POST, path /springmvchello/sayhi/, statusCode 405, reasonPhrase Method Not Allowed, response content-type text/html;charset=iso-8859-1 is not supported] at org.apache.servicecomb.transport.rest.client.http.DefaultHttpClientFilter.extractResponse(DefaultHttpClientFilter.java:126) at org.apache.servicecomb.transport.rest.client.http.DefaultHttpClientFilter.afterReceiveResponse(DefaultHttpClientFilter.java:133) at org.apache.servicecomb.transport.rest.client.http.RestClientInvocation.lambda$processResponseBody$6(RestClientInvocation.java:240)...

你好,目前我需要java以编码形式获取配置中心的内容,以及当配置发生变更后主动推送给我的java某个线程,请问我需要怎么做?类似对接nacos配置中心一样(ConfigService cs=NacosFactory.createConfigService(properties);之后能够使用ConfigService的实例对象获取nacos上的配置)。