fix: hibernate autocommit false

- `hibernate.connection.provider_disables_autocommit` was enabled. ... 메세지 제거
     Nice CI 정보 캐시 갯수 1 -> 10으로 up
dev
gitea-관리자 1 year ago
parent 26e67bc97d
commit fbab8a940a

@ -26,7 +26,7 @@ import lombok.Getter;
@AllArgsConstructor
public enum CacheType {
NICE_CRTF("niceCiInfo", 60 * 60 * 24, 1),
NICE_CRTF("niceCiInfo", 60 * 60 * 24, 10),
;
/**

@ -59,6 +59,11 @@ spring:
devtools:
livereload:
enabled: false
jpa:
properties:
hibernate:
connection:
provider_disables_autocommit: false
springdoc:
api-docs:

Loading…
Cancel
Save