Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用嵌入式驱动程序,我可以使用 JDBC url 连接到我的 derby 数据库:
jdbc:derby:mydbname
但是,我通常把数据库的完整路径放在:
jdbc:derby:/Users/oreyes/dbs/mydbname
有没有办法我可以只指定数据库名称并有类似“db_path”之类的东西?
我不是 derby 专家,开发人员指南derby.system.home中描述的设置似乎可以按您的预期工作。
derby.system.home