Introduced new module due to BAEL-598
This commit is contained in:
committed by
Victor Mosin
parent
5c85259243
commit
d8efbb5c75
@@ -0,0 +1,9 @@
|
||||
package com.baeldung.thrift;
|
||||
|
||||
public class Application {
|
||||
|
||||
public static void main(String[] args) {
|
||||
CrossPlatformServiceServer server = new CrossPlatformServiceServer();
|
||||
server.start();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user