Springboot的Controller中的参数接收以及@Mapper和@Repository的区别
目录1、@PathVariable2、@RequestParam3、@RequestBody4、无注解5、@Repository与@Mapper的区别6、解决使用@mapper接口时,注入mapper爆红问题1、@PathVariable获取路径参数。即url/{id}这种形式。2、@RequestParam获取查询参数。即url?name=这种形式这两种方式结合:http://localhost