tx-lcn
tx-lcn copied to clipboard
tx-lcn 5.0.2.RELEASE版本不支持RestTemplate这种形式调用接口吗,我测试这种形式调用接口的时候发生错误时不会回滚
- [ ] I have searched the issues of this repository and believe that this is not a duplicate.
1. Bug Description
2. Environment:
- JDK version:
- OS:
- TX-LCN version:
- Others:
3. Exception Stacktrace
Paste your Exception Stacktrace here!
4. Tour Idea
解决了吗? 遇到同样的问题,group id 没有带过去
@Autowired RestTemplateRequestInterceptor restTemplateRequestInterceptor;
@Bean @LoadBalanced public RestTemplate restTemplate( HttpMessageConverters fastJsonHttpMessageConverters) { RestTemplate restTemplate = new RestTemplate( fastJsonHttpMessageConverters.getConverters()); restTemplate.setInterceptors(Collections.singletonList(restTemplateRequestInterceptor)); return restTemplate; }