在Spring Boot中使用Http Invoker

https://blog.csdn.net/qq_34741165/article/details/88146067

 

在Spring 中使用Http Invoker在官方文档中已经描述的很清楚了,那么,在Spring Boot中怎么使用呢?

首先我们定义一个接口:

public interface ITestService {
    String test(String hello);
}
posted @ 2020-01-17 19:25  不死码农  阅读(585)  评论(0编辑  收藏  举报