正常情况这样就好使

 <mvc:resources mapping="/robots.txt" location="/lib/robots.txt"/> 

 

 如果controller能够接收到该url /robots.txt,加上 order="0" 

 <mvc:resources mapping="/robots.txt" location="/lib/robots.txt" order="0"/> 

 


 

相关文章:

  • 2021-04-04
  • 2021-10-10
  • 2021-06-08
猜你喜欢
  • 2021-12-10
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2021-08-29
  • 2021-10-16
  • 2021-08-19
相关资源
相似解决方案