Can anyone explain servlet mapping?

后端 未结 3 885
生来不讨喜
生来不讨喜 2020-11-30 18:17

I\'m trying to write a web application using SpringMVC. Normally I\'d just map some made-up file extension to Spring\'s front controller and live happily, but this time I\

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-30 18:47

    I've never tried to map a servlet like this, but I would argue that /* does technically both start with / and end with /*, even though the same character is used for both matches.

提交回复
热议问题