fix():修复了NacosServerRemote这个奇怪的名字

master
Yueng 2024-08-09 22:33:24 +08:00
parent cdcd272d45
commit 1bb99a9c19
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,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;
@ -17,7 +18,7 @@ import java.util.List;
*/
public class NacosServiceService {
@Resource
@Autowired
private NacosServerRemote nacosServiceRemote;
public List<String > nacosServerAllList(){

View File

@ -1 +1,2 @@
com.muyu.common.nacos.remote.interceptor.NacosNamespaceInterceptor
com.muyu.common.nacos.service.NacosServiceService