文件名称:spring-thrift-starter:一组很酷的注释,可帮助您使用Spring Boot构建Thrift应用程序
文件大小:112KB
文件格式:ZIP
更新时间:2024-02-19 20:32:35
spring spring-boot spring-cloud thrift spring-cloud-starter
适用于Spring Boot的Apache Thrift Starter 一组很酷的注释,可帮助您使用Spring Boot构建Thrift应用程序。 如何连接项目 非常简单: repositories { jcenter() } compile ' info.developerblog.spring.thrift:spring-thrift-starter:+ ' 如何使用 服务器端 注释@ThriftController(“ servlet_path”)帮助您构建服务器控制器以进行请求处理 @ThriftController ( " /api " ) public class TGreetingServiceController implements TGreetingService . Iface { @Override public String greet ( TName name ) throws TException { // your logic } } 客户端 @ThriftClient @ThriftClient
【文件预览】:
spring-thrift-starter-master
----.travis.yml(184B)
----gradlew.bat(3KB)
----gradlew(6KB)
----autoconfigure()
--------src()
--------build.gradle(940B)
----LICENSE(1KB)
----gradle()
--------wrapper()
----starter()
--------src()
--------build.gradle(913B)
----examples()
--------test-protocol()
--------simple-client()
--------simple-handler()
----.gitignore(1KB)
----README.md(3KB)
----settings.gradle(256B)
----.gitattributes(51B)
----build.gradle(2KB)