Run the ServerΒΆ

The project has exec-maven-plugin configured to run the main class. To run the server:

$ cd auth-service
$ mvn install exec:java
...
INFO: Server started on port 9091

Not bad for the first gRPC service!