实现了nacosService

master
zzh 2024-08-05 16:47:34 +08:00
parent 4b2cd6894b
commit fa822eccef
2 changed files with 6 additions and 1 deletions

View File

@ -14,7 +14,7 @@ import java.util.List;
* @Date2024/8/4 16:11 * @Date2024/8/4 16:11
* *
*/ */
public class NacosServeService { public class NacosServeService implements NacosServiceRemote{
@Resource @Resource
private NacosServiceRemote nacosServiceRemote; private NacosServiceRemote nacosServiceRemote;
@ -41,4 +41,8 @@ public class NacosServeService {
} }
@Override
public ServiceListResp serviceList(ServiceListReq serviceListReq) {
return null;
}
} }

View File

@ -12,6 +12,7 @@ import org.springframework.context.annotation.Import;
* @Date2024/8/4 20:44 * @Date2024/8/4 20:44
* *
*/ */
@Configuration @Configuration
@ForestScan(basePackages = "com.bwie.nacos.remote") @ForestScan(basePackages = "com.bwie.nacos.remote")
@Import(value = { @Import(value = {