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.
バージョン番号の位置を切り替えることにより、定義されたサービスの WSO2 API マネージャーによって生成される URL の構造を変更しようとしています。たとえば、サービスのデフォルトは
http://localhost:8020/some_service/1.0.0
しかし、私はそれを
http://localhost:8020/1.0.0/some_service/
その URL 形式は固定のものであり、通常はその URL 形式に従います。フォーマットを変更したい場合は仕方がありませんが、コンテキストでバージョンを定義し、優先する URL パターンを作成できます。しかし、再びバージョンを埋める必要があります。