码迷,mamicode.com
首页 > 编程语言 > 详细

在Spring Boot中使用Http Invoker

时间:2020-01-17 20:40:06      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:官方文档   code   class   color   string   bsp   ace   interface   lan   

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

标签:官方文档   code   class   color   string   bsp   ace   interface   lan   

原文地址:https://www.cnblogs.com/leeego-123/p/12207237.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!