腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
2
回答
AutoIncrement
Id
PostgreSQL
和
Spring
Boot
Data
JPA
、
、
、
我在尝试在
PostgreSQL
数据库中创建新记录时遇到问题。: could not execute statement域名@Table(name = "users") @
Id
@GeneratedValue(strategy = GenerationType.IDENTITY) private String email;private String password; public
浏览 9
提问于2017-01-22
得票数 19
回答已采纳
3
回答
为什么在启动
spring
boot
microservce时,Liquibase没有在postgres中创建我的表?
、
、
为什么当我用Java 8、
Spring
Boot
、Liquibase
和
Postgresql
运行我的项目时,我在postgres数据库中看不到任何新表?dbchangelog-ext <changeSet author="admin"
id
="1">
浏览 39
提问于2020-06-13
得票数 0
回答已采纳
3
回答
带有Postgres的
Spring
:保存后标识符不能为null
、
、
我刚刚开始使用整个
Spring
/
JPA
作为一个构建本地应用程序的附带项目,我试图在我的数据库中添加一个新条目,但是我完全被这个错误困住了。我看过其他几个帖子,但都没有用。
id
'application'
id
'org.springframework.
boot
'version '2
浏览 14
提问于2022-07-30
得票数 0
3
回答
液基差不起作用
、
、
、
我试图使用使用Hibernate
和
Liquibase的代码优先方法(SpringBoot2.2.x应用程序(Java 13) )来开发SpringBoot2.2.x应用程序。OS - Win 10
和
Mint 18 Build system - gradle 6.0.数据库-PostgresSQL. }
id
'org.springframework.
boot
浏览 4
提问于2020-01-15
得票数 2
回答已采纳
2
回答
Spring
Boot
在创建名为'entityManagerFactory‘的bean时出错
、
、
、
}package com.example.demo.repositories; <artifactId>
spring
-
boot
-starter-parent</artifactId> <version>2.3.0.REL
浏览 2
提问于2020-05-25
得票数 0
1
回答
由: java.lang.IllegalArgumentException: jdbcUrl是driverClassName所必需的
、
、
spring
-
boot
-starter-webspring-
boot
-starter-testspring-integration-sftppostgresqljunitquartz-schedulerDataSource appDataSource() { .driverClassName("org.
postgresql
.Driver
浏览 4
提问于2021-09-20
得票数 0
12
回答
无法自动配置DataSource:未指定'
spring
.datasource.url‘
、
、
、
、
我已经从
SPRING
INITIALIZR创建了一个基本的
spring
启动应用程序,它依赖于Web、MongoDB
和
JPA
。当我尝试运行
spring
boot
应用程序时,我得到了以下异常:***************************Failed to auto-configure a DataSource: '<em
浏览 194
提问于2018-03-25
得票数 46
回答已采纳
1
回答
Spring
Boot
Starter
Data
JPA
- liquibase错误
、
、
我正在尝试使用
spring
boot
中的
JPA
starter创建postgres DB。我有一个简单的实体。)apply plugin: "kotlin-
jpa
"") compile("org.sprin
浏览 8
提问于2020-01-31
得票数 0
1
回答
为
Spring
安全配置分级
、
、
、
、
:
spring
-
boot
-starter-
data
-
jpa
') compile('org.springframework.
boot
:
spring
-
boot
-starter-thymeleaf') compile('o
浏览 13
提问于2018-05-27
得票数 0
回答已采纳
1
回答
将对接器容器连接到
spring
引导应用程序
、
、
、
、
我正在学习一个教程来创建一个温和的
spring
引导应用程序。我正在运行IntelliJ社区版。我想连接一个运行
Postgresql
的码头容器到应用程序,的想法是有一个person数据库,其中有两个表作为名称
和
id
。我想把person数据库
和
spring
引导应用程序连接起来,这样我就可以对它运行查询了。 .orElse(nu
浏览 6
提问于2022-09-19
得票数 -1
2
回答
配置没有XML的
JPA
/Hibernate/
PostgreSQL
、
、
、
、
我将回到Java世界,并尝试使用
JPA
、Hibernate
和
PostgreSQL
配置一个新的
Spring
应用程序。
浏览 4
提问于2016-01-06
得票数 3
回答已采纳
2
回答
Spring
session jdbc启动失败
我正在尝试在一个sprinboot应用程序中使用
spring
session配置一个数据库存储会话以下是我的属性:
spring
.datasource.driver-class-name:org.
postgresql
.Driver
spring
浏览 2
提问于2018-02-20
得票数 1
2
回答
Spring
启动数据
JPA
任务:测试失败
、
、
、
这是我的build.gradle
id
'org.springframework.
boot
' version '2.5.2' //implementation 'org.springframework.
boot
:<em
浏览 4
提问于2021-07-27
得票数 0
回答已采纳
1
回答
Heroku Postgres +
Spring
Boot
配置org.
postgresql
.util.PSQLException: ResultSet关闭
、
、
我想把Heroku Postgres
和
Spring
Boot
App连接起来。属性: datasource: url: jdbc:
postgresql
://ec2-54
jpa
: generate-ddl:
浏览 1
提问于2018-10-17
得票数 0
3
回答
Spring
Boot
+
PostgreSQL
:创建在类路径资源中定义的名为'entityManagerFactory‘的bean时出错
、
、
我在用
PostgreSQL
连接
Spring
Boot
时遇到了一个问题。我似乎不能让它工作。如果有任何遗漏,我可以给你更多,但现在这是足够的信息Failed to execute goal org.springframework.
boot
:
spring
-
boot
-maven-plugin/autoconfigure/orm/
jpa
/HibernateJpaAutoConfiguration.class]: Invoc
浏览 1
提问于2017-03-13
得票数 2
2
回答
如何解析org.
postgresql
.jdbc.PgConnection.createClob()尚未实现
、
、
、
例外情况 当启动
spring
-
boot
应用程序时,我收到: 原因: java.sql.SQLFeatureNotSupportedException:方法org.
postgresql
.jdbc.PgConnection.createClob我知道这与我现在使用的
Postgresql
驱动程序的一些问题有关。不成功的尝试 很多人只需在application.properties文件中放入下面这行代码就解决了这个问题:
spring
.
jpa
.properties.hibernate.temp.
浏览 80
提问于2019-04-18
得票数 2
回答已采纳
1
回答
QueryDSL构建错误AnnotationProcessor‘’未找到
Spring
、
、
'org.springframework.
boot
' version '2.3.1.RELEASE' implementation 'org.springframework.
boot
:
spring</e
浏览 6
提问于2020-09-30
得票数 0
3
回答
试图通过java /
spring
访问
Postgresql
时出错
、
、
=org.hibernate.dialect.PostgreSQLDialect
spring
.
jpa
.hibernate.ddl-auto=create=org.hibernate.dialect.PostgreSQLDialect
spring
.
jpa
.hibernate.ddl-auto=create我的build.gradle文件依赖项如下,
浏览 0
提问于2016-06-16
得票数 0
4
回答
Spring
data
jpa
:找不到类ConnectionManager所需的标识符属性
、
、
Hibernate: create table connection_manager (
id
bigint默认生成为identity,control_
id
bigint,sequence integernot null,类型varchar(255),document_detail_
id
bigint,email_detail_
id
bigint,sql_detail_
id
bigint,主键(
id
)at org.springframework.orm.
jpa
.Entit
浏览 0
提问于2019-05-23
得票数 3
1
回答
org.
postgresql
.util.PSQLException: FATAL:用户springboot项目密码验证失败
、
、
、
、
我已经创建了一个名为student的数据库,我想使用
spring
-
boot
访问它。但是当我运行这个项目时,我可以看到这个错误,但我在
postgresql
中的任何角色上都没有配置任何密码。(SpringApplication.java:434) ~[
spring
-
boot
-2.5.4.jar:2.5.4] at org.springframework.
boot
.SpringApplication.run(SpringApplication.java:338) ~[
spr
浏览 339
提问于2021-09-10
得票数 0
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券