We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exception ?uating SpringEL expression: "info.title +'('+ info.version +')'" (template: "word" - line 83, col 30) swagger.json.zip
The text was updated successfully, but these errors were encountered:
swagger json 缺少 version
version
需要手动添加version,如下添加 "version": "0.0.1" ,建议程序能自行填充缺失版本号
"version": "0.0.1"
"info": { "title": "SOMETHING", "version": "0.0.1", "contact": {}, "license": { "name": "SOMETHING" } }
Sorry, something went wrong.
No branches or pull requests
Exception ?uating SpringEL expression: "info.title +'('+ info.version +')'" (template: "word" - line 83, col 30)
swagger.json.zip
The text was updated successfully, but these errors were encountered: