xm.xj-websocket.2.2.9.source-code.application.yml Maven / Gradle / Ivy
## 服务
server:
port: 10002
# swagger配置
swagger:
## (模块名称 | 扫包路径),最多可配置10个
packages:
- "websocket测试接口 | io.github.wslxm.springbootplus2.websocket.controller"
author: wangsong # 作者/负责人-姓名
email: [email protected] # 作者/负责人-邮箱
url: https://gitee.com/wslxm/spring-boot-plus2 # 作者/负责人-个人社交地址
termsOfServiceUrl: # 服务条款-访问地址
version: 2.0.0 # 版本号
defaultKey: TOKEN # 默认请求头key
defaultValue: token # 默认请求头值-当为token时,可以访问任意接口, 但接口中存在获取token用户信息时,将返回jwt解析错误
isShow: true # 是否开启文档 true展示 false隐藏