mirror of
https://gitee.com/mirrors/Spring-Cloud-Alibaba.git
synced 2021-06-26 13:25:11 +08:00
bugfix: SeataBeanPostProcessor can't use cglib proxy
Signed-off-by: slievrly <slievrly@163.com>
This commit is contained in:
parent
cc053a520a
commit
bd77f3f919
@ -22,7 +22,7 @@ import org.springframework.beans.factory.config.BeanPostProcessor;
|
||||
/**
|
||||
* @author xiaojing
|
||||
*/
|
||||
final class SeataBeanPostProcessor implements BeanPostProcessor {
|
||||
public class SeataBeanPostProcessor implements BeanPostProcessor {
|
||||
|
||||
private final SeataFeignObjectWrapper seataFeignObjectWrapper;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user