-
I tried the latest version and, as described, the functionality to save a config file with the values for my TV. If I use the config-file path `~/Desktop/config.cfg` the config file ends up in a subdi…
-
getObject method and getObjectType method of ServiceFactoryBean:
```java
@Override
public Object getObject() throws Exception {
return ref;
}
@Override
public Class getObjectType() {
…
-
Because Infra module has a strong dependency of `spring-boot-starter-web` , it leads to a SOFABoot Core application which just provides sofa service can not be created. @guanchao-yang
-
Currently, we only support ark biz to load class and resource from ark plugin. However, sometime, it's necessary to load resource(`NOT class`) of ark biz from ark plugin, such as SPI extension. So, w…
-
您好,我按照快速入门的教程配置完后,报的
“om.example.demo.HelloSyncService:1.0]的调用地址,请检查服务是否已经推送”'这个错误,反复按照教程配了好几遍,还是不行。。。请问您对这个问题有没有解决的思路或者一点提示?非常感谢~
-
### Describe the bug
The exception message is not clear when spring.application.name is absent in application.properties
### Expected behavior
The exception message should clearly reflect tha…
-
Currently, a common java module can be repackaged into a ark-plugin. Project just imports this ark plugin as dependency instead of origin java module jar, then class isolation can be applied. However…
-
在使用@SofaReference的客户端来引用RPC服务,使用方式如下:
@SofaReference(interfaceType = HelloSyncService.class,
binding = @SofaReferenceBinding(bindingType = "bolt",invokeType = "sync"))
private HelloSync…
-
是否支持注解方式获取配置文件application.properties中配置项?
是否支持全局日志级别的配置,如在application.properties增加日志级别为info
-
我尝试使用rpc-sofa-boot-starter启动依赖,参考rpc-sofa-boot-samples项目,使用restful风格方式,代码分为server和client,目前本地项目可正常启动,但是访问client端调用服务会报java.lang.IllegalArgumentException: You did not supply enough values to fill path …