UJCMS如何开启SpringDoc(swagger)在线文档

2023-08-30 17:50 阅读

SpringDoc(swagger)在线文档通常用于开发阶段使用,默认情况下SpringDoc(swagger)在线文档处于关闭状态。

开启方法

修改配置文件:src/main/resources/application.yaml(开发环境)或WEB-INF/classes/application.yaml(部署环境)

springdoc.api-docs.enabledspringdoc.swagger-ui.enabled设置为true。注意必须两项都设置,否则无效。

# 默认关闭 SpringDoc
# 文档JSON地址:/v3/api-docs
springdoc.api-docs.enabled: true
# 文档HTML地址:/swagger-ui/index.html
springdoc.swagger-ui.enabled: true

修改完成后重复Tomcat服务,即可生效。

访问地址

/swagger-ui/index.html

http://localhost:8080/swagger-ui/index.htmlhttps://demo.ujcms.com/swagger-ui/index.html

QQ咨询
电话
微信
微信扫码咨询