eaglelihh commented on code in PR #3012:
URL:
https://github.com/apache/incubator-streampark/pull/3012#discussion_r1315641283
##########
streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/config/OpenapiConfig.java:
##########
@@ -76,4 +76,12 @@ public GroupedOpenApi publicApiV1() {
public GroupedOpenApi publicApiV2() {
return GroupedOpenApi.builder().group("v2").pathsToMatch("/v2/**").build();
}
+
+ private static final String OPEN_API_INFO_TITLE = "Apache StreamPark Api
Docs";
+ private static final String OPEN_API_INFO_DESCRIPTION = "Apache StreamPark
Api Docs";
Review Comment:
I have modified
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]