@Path("/assetViewCount/{path}")
上記の注釈を使用して、myValueを/assetViewCount/myValue のような URL のパスに取得できます。
パスの/assetViewCount/myValue/ nextValueからmyValue/nextValueを取得するにはどうすればよいですか
@Path("/assetViewCount/{path}")
上記の注釈を使用して、myValueを/assetViewCount/myValue のような URL のパスに取得できます。
パスの/assetViewCount/myValue/ nextValueからmyValue/nextValueを取得するにはどうすればよいですか