在Spring-MVC中,我们使用
<Context docBase="/home/sushil/Audio/resources" path="/project/playfile"/>
并播放资源目录的所有文件。
而且我是Spring Boot的新手,那么我们如何在application.properties文件中进行设置?
<Context docBase="/home/sushil/Audio/resources" path="/project/playfile"/>
在<Context>
标记上方如何在Spring-Boot中进行转换。而且我必须在我的jsp中定位诸如/path/playfile
之类的虚拟路径。