You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@RestController("/foo")
public class FooController{
@GET
public String get(String id) {
/* i want to use the route /foo/bar and get "bar" here in id */
}
Hello,
is it possible to have a get parameter?