【发布时间】:2019-01-04 01:37:14
【问题描述】:
我点击链接How can the Corda node be extended to work with databases other than H2? 连接到pgdb。有没有办法定义全局配置和重用,例如维护“dataSource.user”、“dataSource.password”、dataSourceClassName 的全局配置并在 gradle 任务 deployNodes 中引用它们..?另外,有没有办法加密“dataSource.password”并使用它?
【问题讨论】:
标签: corda