#matrix param#webservices#@matrixparam in restful web service#@matrixparam in restful web services#what is @requestparam in spring boot#java webservices
What's the difference between the JAX-RS @QueryParam and @MatrixParam? From the documents.The queryparam and matrixparam both can location one resource in special condition. So what's the use case difference?
ps:
Queryparam:
url ? key=value;
Matrixparam
url; key=value;