启动类添加注解
parent
45b2061226
commit
c82ab735d5
|
@ -11,6 +11,8 @@ import com.muyu.common.core.utils.StringUtils;
|
|||
import com.muyu.nacos.service.NacosServerService;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Service;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.Set;
|
||||
|
@ -28,7 +30,8 @@ public class OrderPayCustomerServiceImpl
|
|||
extends ServiceImpl<OrderPayCustomerMapper, OrderPayCustomer>
|
||||
implements OrderPayCustomerService {
|
||||
|
||||
@Autowired
|
||||
|
||||
@Resource
|
||||
private NacosServerService nacosServerService;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue