訪問(wèn)路徑問(wèn)題
訪問(wèn)路徑:http://localhost:8080/seckill可以到達(dá)秒殺列表
但是訪問(wèn)路徑:http://localhost:8080/seckill/list 出現(xiàn)404錯(cuò)誤
請(qǐng)問(wèn)可能哪錯(cuò)了?
訪問(wèn)路徑:http://localhost:8080/seckill可以到達(dá)秒殺列表
但是訪問(wèn)路徑:http://localhost:8080/seckill/list 出現(xiàn)404錯(cuò)誤
請(qǐng)問(wèn)可能哪錯(cuò)了?
2019-01-04
舉報(bào)
2019-05-09
你把list方法上RequestMapping里面"/list"前的name 改成 value
2019-01-06
@ResponseBody 加了么