Open
Description
I have put a static schema file (.xsd) in the location "src/main/webapp/resources/schemas/latest/" in my spring mvc project. But I am not able to understand how to specify static file routing in routes.conf. I looked at the play framework documentation which says below -
GET /home staticFile:/public/html/index.html
I tried possibilities like
GET /schema staticFile:/resources/schemas/latest/myXsd.xsd
and
GET /schema staticFile:/schemas/latest/myXsd.xsd
But nothing worked.
Metadata
Metadata
Assignees
Labels
No labels