fuzhengwei / fuzhengwei/itstack-demo-springcloud

String queryUserInfo(@RequestParam("userId") String userId);

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
28
Forks
24
PR merge metrics
No merged PRs in 30d

Description

Spring Cloud(二)《服务提供与负载均衡调用 Eureka》中 Fegin中的 String queryUserInfo(@RequestParam String userId); 需要更改为 String queryUserInfo(@RequestParam("userId") String userId);

Contributor guide

No contributing guide indexed for this repository

Research direction

Find the Feign interface method queryUserInfo mentioned in the issue and inspect its @RequestParam declaration. Update the parameter annotation to include the userId name, then verify that the Eureka service call still passes the user ID correctly.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, spring
Domain
api, backend
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.