How do i pass a jdbc paramater using springboot and hibernate?

后端 未结 1 1615
感动是毒
感动是毒 2021-01-21 15:24

I have an application written with spring-boot (i am new to it so please forgive me if question is dumb) that uses hibernate 4 and postgresql as DB backend. I noticed a bunch of

相关标签:
1条回答
  • 2021-01-21 16:06

    According to this page you could set a assumeMinServerVersion parameter in the jdbc url, something like

    spring.datasource.url=jdbc:postgresql://localhost/test?assumeMinServerVersion=XYZ
    
    0 讨论(0)
提交回复
热议问题