Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 614 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 614 Bytes

interface repository setting

mono-interface link

add interface repository

git submodule add https://github.com/armeria-example/mono-idl

pull interface repository

cd mono-interface
git pull origin main
./gradlew generateProto

test

client test

curl -XPOST -H 'content-type: application/json; charset=utf-8' http://127.0.0.1:8080/api/v1/user

info