spring-petclinic icon indicating copy to clipboard operation
spring-petclinic copied to clipboard

Fix compile error by adding name attributes to @PathVariable and @RequestParam

Open kooky1001 opened this issue 2 years ago • 1 comments

Fix compile error by adding name attributes to @PathVariable and @RequestParam

kooky1001 avatar Apr 08 '24 06:04 kooky1001

@kooky1001 Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla avatar Apr 08 '24 06:04 pivotal-cla

This should not be necessary. Please check your environment for JDK java compiler arguments not provided by the build scripts here (e.g. in your IDE).

dsyer avatar May 16 '24 16:05 dsyer

@kooky1001 Thank you for signing the Contributor License Agreement!

pivotal-cla avatar May 16 '24 16:05 pivotal-cla

Yes compiling with -parameters is what you should be doing.

snicoll avatar May 26 '24 08:05 snicoll