Ubuntu – Cannot have more than one RequestParam in my RestController
I get a very basic error when trying to create a very basic Spring RestController. I must be missing something very basic here. To reproduce: Create a new Spring project with Spring Web here: https://start.spring.io/ Add the following Controller: import…