我已将spring boot配置为加载Jersey作为过滤器。
我已将Jersey属性设置为允许静态内容:
我已经在spring boot中读到,我可以将我的内容放在我的资源目录中,位于名为'static','public'文件夹的目录下。但是,我永远无法访问我的index.html页面。我使用它的唯一方法是在src / main下创建一个webapp目录并将index.html文件放在那里。
我尝试使用以下网址访问该网页:
http://localhost:8080/app/index.html< - 仅适用于webapp DIR
我使用的是spring-boot-starter-jersey 1.3.2-Release和