fixed final issues with AW proxy integration and remaining tests
This commit is contained in:
parent
e0591005ed
commit
bbec315eb2
29 changed files with 933 additions and 866 deletions
|
|
@ -5,8 +5,10 @@ import javax.ws.rs.GET;
|
|||
import javax.ws.rs.Produces;
|
||||
|
||||
@Path("/foo")
|
||||
public interface JerseyFoo {
|
||||
public class JerseyFoo {
|
||||
@GET
|
||||
@Produces({"application/json"})
|
||||
public String foo();
|
||||
}
|
||||
public String foo() {
|
||||
return "hello foo";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue