gpt4 book ai didi

java - 如何禁用Spring Boot的自动提交?

转载 作者:行者123 更新时间:2023-11-30 05:43:00 25 4
gpt4 key购买 nike

我正在尝试禁用自动提交,但我并不幸运。我使用的是 Spring Boot 版本 2.1.3.RELEASE

应用程序属性

spring.jpa.database=oracle
spring.jpa.database-platform=org.hibernate.dialect.Oracle12cDialect
spring.jpa.generate-ddl=false
spring.jpa.open-in-view=true
spring.jpa.show-sql=false
spring.datasource.hikari.auto-commit=false

最佳答案

使用

spring.datasource.auto-commit=false

此属性(以及其他一些属性)记录。

请参阅下面的 github 问题,了解更多未记录属性。

https://github.com/spring-projects/spring-boot/issues/1829

关于java - 如何禁用Spring Boot的自动提交?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55343616/

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