我们所有的 Spring Cloud 微服务都使用 Spring REST 文档来生成文档并从/docs/index.html
. 这很好用。
配置服务器并非如此。我正在运行它嵌入@EnableConfigServer
. 我已经将配置根移动到/config
withspring.cloud.config.server.prefix
并且可以看到它确实已经在配置服务器启动日志和配置服务器的 Eureka 中重新定位metadataMap
(那里的集成很好)。
该文档index.html
绑定到正确/static/docs/index.html
位置的 Spring Boot jar 中,但在配置服务器的端口上无法访问。
我必须在这里遗漏一些简单的东西。我需要做什么才能重新启用/static
jar 中静态资源的 root 权限?