One - One Code All

Blog Content

Davinci配置postgresql数据源

BI   2020-04-11 20:59:24

建立数据源配置文件:

mv datasource_driver.yml.example datasource_driver.yml

添加如下节点:

postgresql:
  name: postgresql
  desc: postgresql
  driver: org.postgresql.Driver
  keyword_prefix:
  keyword_suffix:
  alias_prefix: \"
  alias_suffix: \"


手动将相应的驱动 jar 包拷贝到lib目录下。需要确认添加到项目lib,不然会报错提示,找不到CLASS.

重启 Davinci 服务。


参考文档-Davinci用户手册:https://edp963.github.io/davinci/



下一篇:Davinci的docker启动

The minute you think of giving up, think of the reason why you held on so long.