![]() |
1
0
附加此注释
在你的 MVC配置 类。只要尝试它就可以解决您的问题。 |
|
2
0
尝试将尾随斜杠添加到“file:/here/some/path” 当您使用“spring.resources.static locations”时,它会自动在org.springframework.boot.autoconfigure.web.resourceproperties appendslashwificenecessary为您完成。 |
![]() |
3
0
我注意到它实际上是与
但是 出于某种原因,重定向到index.html被禁用(这是非常意外的行为)。所以我需要手动添加它。
|