简体   繁体   English

Talend Open Studio JAR 属性

[英]Talend Open Studio JAR Properties

I need to export a JAR file from my Talend Open Studio project.我需要从我的 Talend Open Studio 项目中导出 JAR 文件。 In this project, I have inserted my connection properties to connect to MariaDB.在这个项目中,我插入了我的连接属性来连接到 MariaDB。 This JAR file has to be executed by other people with different credentials in their database.该 JAR 文件必须由在其数据库中具有不同凭据的其他人执行。 Could they insert their properties dynamically to connect to their environment and execute my project?他们可以动态插入他们的属性以连接到他们的环境并执行我的项目吗? Also, which is more preferable, to export it as a JAR or executable JAR.此外,更可取的是将其导出为 JAR 或可执行 JAR。

To whom may be interested, I found a solution for my question.谁可能感兴趣,我找到了我的问题的解决方案。 In order to achieve this, you have to build your job (as a standalone job) and then unzip the compressed file that comes out.为了实现这一点,您必须构建您的作业(作为独立作业),然后解压缩出来的压缩文件。 In that file you will find everything you need so as to run the project using the terminal and enter the content parameters (if any).在该文件中,您将找到使用终端运行项目并输入内容参数(如果有)所需的一切。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM