danaodai951 / spring-boot-thrift-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

#Spring boot thrift example

This example demonstrates the following

  • Create a contract first thrift server from a thrift definition file
  • Create a contract first thrift client from a thrift definition file
  • Create a code firt thrift server using thrift swift annotations

Important urls

How to run the examples

  1. Start up the desired backend implementation
  2. Set the correct port in the client module's application.yml
  3. Start up the client application and hit the URL specified above

About


Languages

Language:Java 90.6%Language:Thrift 7.3%Language:Shell 2.0%