0π
β
To get data as requestparam in springboot application, you can pass parameter in query by key-value pair.
getCurrentUser(userName){
return http.get("/users?userName=testname");
}
Source:stackexchange.com