漏洞处理

关闭swagger2的/v2/api-docs

springfox:
  documentation:
    auto-startup: false
      enabled: false

# 在代码中关闭swagger
new Docket(DocumentationType.SWAGGER_2)
.enable(false)

关闭/actuator

management:
  endpoints:
    web:
      base-path: /
      exposure:
        exclude: '*'
posted @ 2024-06-14 16:13  钱塘江畔  阅读(7)  评论(0编辑  收藏  举报