5
5
5hinokaze2019-11-05 21:59:40
PostgreSQL
5hinokaze, 2019-11-05 21:59:40

Why did Hibernate assemble the request so crookedly?

That's actually the question:
5dc1c5772f98c458117775.png
Why did Hibernate suddenly get seasick so abruptly?
I use Spring-Boot and setting up the hibernate only costs

spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
spring.datasource.username=postgres
spring.datasource.password=kKaD$W*5%@6FMgx$
spring.jpa.show-sql = true
spring.jpa.hibernate.ddl-auto=none
spring.jpa.properties.hibernate.dialect= org.hibernate.dialect.PostgreSQL94Dialect
spring.jpa.database = POSTGRESQL
spring.liquibase.enabled=true
spring.liquibase.change-log=classpath:database/changelog.xml
spring.liquibase.test-rollback-on-update=true

and yes, the request is default for the repository findAll();
Help stupid please :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nikolai Konyukhov, 2019-11-05
@heahoh

select column_name, data_type, character_maximum_length
from INFORMATION_SCHEMA.COLUMNS where table_name = 'poll';

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question