-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
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
使用Knife4j 4.4代替接口文档 #136
使用Knife4j 4.4代替接口文档 #136
Conversation
使用Knife4j 4.4代替接口文档
update rout-api vo swagger2->Knife4j
update SendMsgReqVO, Knife4j update ends
cim-client/src/main/java/com/crossoverjie/cim/client/config/SwaggerConfig.java
Outdated
Show resolved
Hide resolved
.description("sbc order api") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.title("sbc order api") | |
.description("sbc order api") | |
.title("cim client") | |
.description("cim client api") |
@@ -3,9 +3,6 @@ spring.application.name=cim-client | |||
# web port | |||
server.port=8082 | |||
|
|||
# enable swagger | |||
swagger.enable = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's suggested to provide this feature in the subsequent PR.
.description("sbc order api") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.title("sbc order api") | |
.description("sbc order api") | |
.title("cim server api") | |
.description("cim server api") |
@@ -3,8 +3,6 @@ spring.application.name=cim-server | |||
# web port | |||
server.port=8081 | |||
|
|||
# enable swagger | |||
swagger.enable = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's suggested to provide this feature in the subsequent PR.
indentation, title config, swagger properties
使用Knife4j 4.4代替接口文档