fix:(修复了奇怪的名字)
parent
6ca408f2c4
commit
399001f928
|
@ -8,7 +8,7 @@ import javax.annotation.Resource;
|
|||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
public class NacosServiceService {
|
||||
public class NacosServerService {
|
||||
@Resource
|
||||
private NacosServiceReomte nacosServiceReomte;
|
||||
|
|
@ -1,2 +1,2 @@
|
|||
com.muyu.common.nacos.remote.interceptor.NacosNamespaceInterceptor
|
||||
com.muyu.common.nacos.service.NacosServiceService
|
||||
com.muyu.common.nacos.service.NacosServerService
|
||||
|
|
Loading…
Reference in New Issue