step by step:
- import db/nacos_config.sql in your mysql database
- setup jdbc parameter directly
- start hyena-register
- start hyena-gateway
- start hyena-producer
- start hyena-consumer
- curl http://localhost:20001/api/consumer/eat/fish
step by step:
- import db/hyena_auth.sql in your mysql database
- setup jdbc parameter directly
- register customer and login will create token
- use token to request test controller
curl --location 'http://127.0.0.1:8953/normal/test' \
--header 'Authorization: Bearer {{your_token}}'