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.
@QueryParamJAX-RSと の違いは何@MatrixParamですか? ドキュメントから。queryparam と matrixparam は両方とも、1 つのリソースを特別な状態で配置できます。では、ユースケースの違いは何ですか?
@QueryParam
@MatrixParam
PS:
クエリパラメータ:
url ? key=value;
行列パラメータ
url; key=value;