RickyHuo edited a comment on issue #267: URL: https://github.com/apache/incubator-seatunnel/issues/267#issuecomment-638569248
FAQ 18. 自己编写的插件或者是第三方的jdbc.jar放在哪里可以被 SeaTunnel 加载? 将 Jar 包,放置在 `plugins` 目录指定结构下,如下 ``` cd seatunnel mkdir -p plugins/my_plugins/lib cp third-part.jar plugins/my_plugins/lib ``` `my_plugins` 可以为任意字符串 -- 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]
