Introduced new module due to BAEL-598

This commit is contained in:
Victor Mosin
2017-02-01 20:45:21 +01:00
committed by Victor Mosin
parent 5c85259243
commit d8efbb5c75
11 changed files with 5033 additions and 0 deletions
@@ -0,0 +1,9 @@
package com.baeldung.thrift;
public class Application {
public static void main(String[] args) {
CrossPlatformServiceServer server = new CrossPlatformServiceServer();
server.start();
}
}