fix():修复了NacosServerRemote这个奇怪的名字
parent
cdcd272d45
commit
1bb99a9c19
|
@ -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(){
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
com.muyu.common.nacos.remote.interceptor.NacosNamespaceInterceptor
|
||||
com.muyu.common.nacos.service.NacosServiceService
|
||||
|
|
Loading…
Reference in New Issue