zhuangchong commented on code in PR #3877:
URL:
https://github.com/apache/incubator-streampark/pull/3877#discussion_r1680341467
##########
pom.xml:
##########
@@ -240,6 +240,7 @@
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>${mysql.version}</version>
+ <scope>test</scope>
Review Comment:
There are instructions in the deployment document
(https://streampark.apache.org/docs/platform/platform-build#introduce-mysql-dependency-package).
At the same time, the instructions will be checked when starting the project
(https://github.com/apache/incubator-streampark/blob/f9421f6bbc162200cd9accdc25ac2bd43e78e889/streampark-console/streampark-console-service/src/main/java/org/apache/streampark/console/base/config/SpringProperties.java#L56-L69)
--
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]