./gradlew run
export ACCOUNT_ID=xxxxxxxx
export DEFAULT_REGION=cn-shenzhen
export ACCESS_KEY_ID=xxxxxxxxxxxx
export ACCESS_KEY_SECRET=xxxxxxxxxx
./gradlew assemble && ./gradlew funDeploy --info
git clone https://github.com/xuybin/fc-graphql-example.git
cd fc-graphql-example
docker-compose up
curl -H "Content-Type: application/json" -d '{"query":"{\n version\n}\n","variables":null}' http://fc.gshbzw.com/example-service