启动类添加注解

master
张腾 2024-08-08 18:19:44 +08:00
parent 45b2061226
commit c82ab735d5
1 changed files with 4 additions and 1 deletions

View File

@ -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;