datasource 如何指定postgresql 连接的schema
Posted 江南叶少
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了datasource 如何指定postgresql 连接的schema相关的知识,希望对你有一定的参考价值。
##9.4开始通过关键字currentSchema指定
jdbc:postgresql://localhost:5432/mypgsql?currentSchema=myschema
##旧版本通过searchpath指定
jdbc:postgresql://localhost:5432/mypgsql?searchpath=myschema
以上是关于datasource 如何指定postgresql 连接的schema的主要内容,如果未能解决你的问题,请参考以下文章
如何让 Spring Boot 自动重新连接到 PostgreSQL?