实现了nacosService
parent
4b2cd6894b
commit
fa822eccef
|
@ -14,7 +14,7 @@ import java.util.List;
|
|||
* @Date:2024/8/4 16:11
|
||||
* 不准抄代码,添加注释,清楚每一行代码意思
|
||||
*/
|
||||
public class NacosServeService {
|
||||
public class NacosServeService implements NacosServiceRemote{
|
||||
|
||||
@Resource
|
||||
private NacosServiceRemote nacosServiceRemote;
|
||||
|
@ -41,4 +41,8 @@ public class NacosServeService {
|
|||
}
|
||||
|
||||
|
||||
@Override
|
||||
public ServiceListResp serviceList(ServiceListReq serviceListReq) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -12,6 +12,7 @@ import org.springframework.context.annotation.Import;
|
|||
* @Date:2024/8/4 20:44
|
||||
* 不准抄代码,添加注释,清楚每一行代码意思
|
||||
*/
|
||||
|
||||
@Configuration
|
||||
@ForestScan(basePackages = "com.bwie.nacos.remote")
|
||||
@Import(value = {
|
||||
|
|
Loading…
Reference in New Issue