fix():修复了nacosService

master
chentaisen 2024-08-08 20:49:43 +08:00
parent 457adca416
commit 034501788d
1 changed files with 2 additions and 1 deletions

View File

@ -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() {