iBATOR classPathEntry,可以设置为相对于项目吗?
在学习本教程时,我真正有疑问的一件事是 classPathEntry:http://blog。 agdunn.net/?p=313
请注意,他的条目硬连接到 mysql-connector jar 的完整路径:
在这种情况下有没有办法将项目根指定为变量?
例子:
谢谢!
When following this tutorial the one thing I really have a question on is the classPathEntry: http://blog.agdunn.net/?p=313
Notice his entry is hard wired to the full path of the mysql-connector jar:
Is there a way to specify the project root as a variable in this type of situation?
example:
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定我是否理解你的问题?! 您想知道是否可以消除 mysql 连接器的绝对指定路径吗?
如果是这样,ibator 文档会有所帮助。 来自文档:
这表明如果您是将 mysql-connector 添加到类路径的其他位置,例如启动脚本。
I'm not sure I understand your question?! Do you want to know if you can eliminate to absolute specified path to the mysql-connector?
If so, the ibator documentation is of help. From the docs:
Which indicates you can do without if you are adding the mysql-connector somewhere else to the classpath, for example your startup script.