Commit 5644cf53 by guojuxing

循环依赖test

parent ae3ec0d0
......@@ -8,6 +8,7 @@ import java.util.Date;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Lazy;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
......@@ -39,6 +40,7 @@ public class BillingOrderApiServcImpl implements BillingOrderApiService {
private DictApiService dictApiService;
@Autowired
private BillingCouponCardService billingCouponCardService;
@Lazy
@Autowired
private BillingPayInfoApiService billingPayInfoApiService;
@Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment