I have the following in Spring
@RequestMapping("/hello")
However Spring automatically adds mappings for /hello/ as well as /hello.*. How do I do an exact URL match?
Only /hello should work, anything else should 404
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…