gpt4 book ai didi

java - 连接 PostgreSQL 数据库的 Spring Boot 应用程序错误

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:12:08 25 4
gpt4 key购买 nike

<分区>

我刚刚在 https://start.spring.io/ 上生成了新项目, 添加了

  1. 网络
  2. 安全
  3. JPA
  4. PostgreSQL

然后我有描述:

Failed to auto-configure a DataSource: 'spring.datasource.url' is not specified and no embedded datasource could be auto-configured.

所以我加了

spring.datasource.url= jdbc:postgresql://10.1.2.5/vlex

spring.datasource.username=myUser
spring.datasource.password=myPassword

spring.jpa.hibernate.ddl-auto=none

进入 application.properties,现在我有:

java.lang.reflect.InvocationTargetException: null
Caused by: java.sql.SQLFeatureNotSupportedException: Method org.postgresql.jdbc.PgConnection.createClob() is not yet implemented.

我无法克服这个问题并卡在这里。有没有办法在 Spring Boot 应用程序中使用 PostgreSQL 9.6?除了 application.properties 之外,我没有编辑任何东西

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com