networknt / light-hybrid-4j

A hybrid between monolithic and microservices to take advantages of both

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

clear output api path during server startup

stevehu opened this issue · comments

/api/json is the default path for JsonHandler but users can overwrite it with rpc-router.yml config file. For the CQRS applications like light-portal, we are using /api/command and /api/query for the path for both command side and query side. Need to output the information during server startup so that users will be clear.