fix():修复了nacosService
parent
457adca416
commit
034501788d
|
@ -4,6 +4,7 @@ import com.muyu.common.nacos.remote.NacosServiceRemote;
|
|||
import com.muyu.common.nacos.remote.req.ServiceListReq;
|
||||
import com.muyu.common.nacos.remote.resp.ServiceListResp;
|
||||
import jakarta.annotation.Resource;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
@ -15,7 +16,7 @@ import java.util.List;
|
|||
* @Date 2024/8/8 19:31
|
||||
*/
|
||||
public class NacosServerService {
|
||||
@Resource
|
||||
@Autowired
|
||||
private NacosServiceRemote nacosServiceRemote;
|
||||
|
||||
public List<String> nacosServerAllList() {
|
||||
|
|
Loading…
Reference in New Issue