访问量:
次,访客数:
人,浏览量:
次
首页
编辑
SpringBoot Path变量允许为空的方法
Tags:
/Java/
Date Created:
Spring Optional Path Variables | Baeldung
简单方法: 加一个 mapping,如下:
@
RequestMapping
(value = {
"/article"
,
"/article/{id}"
})