如何在Spring Boot中设置Context docBase及其路径

时间:2019-05-14 10:46:09

标签: java spring-boot

在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之类的虚拟路径。

0 个答案:

没有答案