1. 程式人生 > >Spring boot 專案在url後輸入什麼字尾都可以訪問

Spring boot 專案在url後輸入什麼字尾都可以訪問

編寫了一個/hello訪問路徑,不管是輸入/hello還是/hello.html,還是/hello.xxx都能進行訪問。

啟動類 中重寫configurePathMatch方法;

具體實現程式碼:

上述可以配置所有的url,@RequestMapping("/page1/{aaa}.html")可以配置某個具體url的字尾