What is the best way to server sitemap.xml and robots.txt with Spring MVC? I want server these files through Controller in cl
sitemap.xml
robots.txt
Spring MVC
Controller
Add this line to your dispatcher servlet xml file:
Put the robots.txt at WEB-INF/robots.txt. The file will be accessible by yoursite.com/robots.txt