armeria-multi-module-repositories
./gradlew generateProto
curl -XGET http://127.0.0.1:8081/api/v1/user
curl -XPOST -H 'content-type: application/json; charset=utf-8; protocol=gRPC' 'http://127.0.0.1:8081/multi.module.idl.v1.user.UserService/RegisterUser' -d '{
"loginId": "test",
"password": "test1"
}'
curl -XPOST -H 'content-type: application/json; charset=utf-8' http://127.0.0.1:8080/api/v1/user