关于类路径:/ META-INF /春季资源

时间:2018-08-15 09:04:56

标签: java spring spring-mvc spring-boot swagger

我正在使用以下内容在springmvc.xml中配置选项。

<mvc:resources mapping="swagger-ui.html" location="classpath:/META-INF/resources/" />
<mvc:resources mapping="/webjars/**"
    location="classpath:/META-INF/resources/webjars/" />

但是我不了解内部。为什么我可以访问http://localhost:3333/swagger-ui.html? 我的项目中有很多jar文件。为什么路径swagger-ui.html会指向 springfox-swagger-ui-2.6.1.jar!\ META-INF \ resources \ webjars \ springfox-swagger-ui 下的内容。为什么不在其他jar文件下查找Web内容?它是如何工作的?谢谢。

0 个答案:

没有答案