我在用PostgreSQL连接Spring Boot时遇到了一个问题。我似乎不能让它工作。: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]: Access to DialectResolutionInfocannot be null when 'hibernate.dialect' not set application.properties:
sp
我使用spring-batch和spring- data -jpa来读取大型csv数据文件,并使用hibernate将现有条目持久化(或更新)到postgresql数据库中。如何配置spring才能使用批量/批量插入?:step.chunk(10000).reader(csvReader).writer(jpaItemWriter).build();
我还需要关注hibernate.jdbc
$SingleEntityExecution.doExecute(JpaQueryExecution.java:198) ~[spring-data-jpa-2.6.2.jar:2.6.2] at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:155) ~[spring