我static有以下结构的文件夹:
static
index.html docs/index.html
Spring Boot正确地将请求映射/到index.html.但它没有将/docs/请求映射到/docs/index.html(/docs/index.html请求正常工作).
/
index.html
/docs/
/docs/index.html
如何将文件夹/子文件夹请求映射到适当的index.html文件?
java static spring-boot
java ×1
spring-boot ×1
static ×1