iyangyuan / pay-spring-boot

开箱即用的支付模块,整合支付宝支付、微信支付
GNU General Public License v3.0
296 stars 129 forks source link

循环依赖 #6

Open oldersheep opened 4 years ago

oldersheep commented 4 years ago

支付适配器 与 支付管理器 不会循环依赖么

tomasonl commented 4 years ago

同问

qiaodashaoye commented 4 years ago

设计有问题,循环依赖

dogyy0119 commented 2 years ago

@Lazy 搭配 @Autowired 使用可以解决