0
私はcamel-swagger-javaを使用して残りのAPIを公開しています。Camel Swagger Java Rest DSLの基本パスを設定
<init-param>
<!-- we specify the base.path using relative notation, that means the actual path will be calculated at runtime as
http://server:port/contextpath/rest -->
<param-name>base.path</param-name>
<param-value>rest</param-value>
</init-param>
休憩DSLを使用している場合、ベースパスを設定する方法はあります:
web.xmlにサーブレットを構成する基本パスを設定する方法はありますか?