Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
要将请求路由到使用 APIKit 路由器定义流映射的特定流,命名语法是强制性的吗?
对于自动生成流映射是的。但是,您可以通过以下方式覆盖这些:
<apikit:config name="apiConfig" raml="api.raml" doc:name="Router" > <apikit:flow-mapping resource="/resourceOne" action="get" flow-ref="someFlowOfYours"/> </apikit:config>