如何将URI映射到单个文件并在spring MVC中呈现它?

时间:2018-01-10 10:29:15

标签: spring maven spring-mvc

在春季MVC中, 请告诉我如何仅使用URI呈现静态文件。我想映射一个uri,即http://example.com/xyz,其中XYZ是一个URI(没有文件扩展名) 一个文件

我想在下面实现类似的功能,但这不起作用。请帮助

<mvc:resources mapping="/apple-app-association-file" location="/content/applejson/apple-app-association-file.json" />

并按http://example.com/apple-app-association-file

访问json

0 个答案:

没有答案