在Spring Boot中使用Http Invoker
Posted 不死码农
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在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); }
以上是关于在Spring Boot中使用Http Invoker的主要内容,如果未能解决你的问题,请参考以下文章
使用spring boot在undertow中禁用http TRACK/TRACE