-
the SOFA DOC, has the sample code for how to use jarslink : http://www.sofastack.tech/sofa-boot/docs/sofa-jarslink-jarslink-app-demo ,
com.alipay.sofa
sofa-jarslink-ark-start…
-
- **正常场景**
`@SofaService(bindings = @SofaServiceBinding(bindingType = "jvm"))
@Service
public class SampleServiceImpl implements SampleService {
@Override
public String message() {
…
-
下面是在考虑公司框架选型时,我做的一些笔记,可否把相关顾虑给予一些释疑呢?
1. 现在的sofa基于springboot1.4.3,如果现在就基于sofa最新release版本搭建的话,后续如果升级springboot2.x的话,会要踩坑(sofa3.x是基于springboot2.x,可现在还是snapshot版本)
2. 类隔离特性上,由于公司代码已经进行了模块区分(独立开发部署不同的we…
-
Some tool packages are used by multi starters, but they lay in infra-sofa-boot-stater. It's better to move them out.
-
### Your question
See more: https://github.com/alipay/sofa-boot/issues/77
### Your advice
- Add context path parameter for rest in `com.alipay.sofa.rpc.boot.config.SofaBootRpcProperties`
- …
-
pom版本依赖时,2.4.3:
```
com.alipay.sofa
sofaboot-dependencies
2.4.3
```
使用@SofaService发布服务,spring的AOP无法拦截rpc接口实现类
使用xml形式发布服务,就没这个问题
-
```java
private void generateSofaServiceDefinitionOnMethod(String beanId,
AnnotatedBeanDefinition beanDefinition,
…
-
使用sofa-boot-rpc发布的服务,注册到注册中心后,sofa-rpc-node客户端是否可以调用已注册的服务
-
Tracer module dependency better, `tracer-sofa-boot-starter` can run in SOFABoot and Spring Boot。And also we can provide `tracer-all` depend on other tracer modules.Other components can only depend on …
-
![1524805884945](https://user-images.githubusercontent.com/1787597/39345709-9bad3b76-4a1c-11e8-9b09-8ef113aab2ae.jpg)
看到reference里有关于这两个设置被注释掉了,是为什么?