spring-boot-actuator-docs 覆盖 spring-boot-rest-docs 输出
spring-boot-actuator-docs overrides spring-boot-rest-docs output
我正在使用 spring-boot-rest-docs
生成 API 文档,我想 link 从该文档到 spring-boot-actuator-docs
提供的文档来完成我的服务可用的端点文档。
问题是,当我在 org.springframework.boot:spring-boot-actuator-docs
上包含推荐的运行时依赖项时,它会用执行器文档覆盖我的 /docs/index.html
运行时端点。
是否可以将执行器文档配置为出现在不同的 URI 上,以便我可以从我自己的服务的 asciidoc 文档中超link到它?
endpoints.docs.path=/docs
更改文档 ID
endpoints.docs.id=你的新身份证
我正在使用 spring-boot-rest-docs
生成 API 文档,我想 link 从该文档到 spring-boot-actuator-docs
提供的文档来完成我的服务可用的端点文档。
问题是,当我在 org.springframework.boot:spring-boot-actuator-docs
上包含推荐的运行时依赖项时,它会用执行器文档覆盖我的 /docs/index.html
运行时端点。
是否可以将执行器文档配置为出现在不同的 URI 上,以便我可以从我自己的服务的 asciidoc 文档中超link到它?
endpoints.docs.path=/docs
更改文档 ID
endpoints.docs.id=你的新身份证