Proper template with GRPC integration on Maven
service-interface
contains the GRPC specification file, which is automatically compiled into Java filesservice-handler
contains an implementation of the service interfaceserver
starts a simple server on port 9090 backed by theservice-handler
interfaceclient
is a simple Java client that can connect toserver