RequestMapper("/one")与RequestMapper("one")的区别是什么(加 / 与 不加 /的把区别)
没区别,都是一样的。应该是spring处理过了
没什么区别,都是一样的,spring会自动处理的