fix():修复了NacosServiceRemote和NacosServiceService这个奇怪的名字
parent
832326ae5e
commit
dccb654d6d
|
@ -4,6 +4,7 @@ package com.muyu.common.nacos.service;
|
|||
import com.muyu.common.nacos.remote.NacosServerRemote;
|
||||
import com.muyu.common.nacos.remote.req.ServiceListReq;
|
||||
import com.muyu.common.nacos.remote.resp.ServiceListResp;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
||||
import javax.annotation.Resource;
|
||||
import java.util.ArrayList;
|
||||
|
@ -11,7 +12,7 @@ import java.util.List;
|
|||
|
||||
public class NacosServerService {
|
||||
|
||||
@Resource
|
||||
@Autowired
|
||||
private NacosServerRemote nacosServerRemote;
|
||||
|
||||
public List<String> nacosServerAllList(){
|
||||
|
|
Loading…
Reference in New Issue