Skip to content

Commit 48f0813

Browse files
committed
work
1 parent e9bdbfb commit 48f0813

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ setenv.cmd
4040
target
4141
.idea
4242
/x.txt
43+
/transaction-logs/

src/main/resources/application.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ spring:
4949
init:
5050
platform: postgresql
5151
continue-on-error: true
52+
jta:
53+
log-dir: transaction-logs/transaction-logs-simpleworklist
54+
transaction-manager-id: transaction-manager-simpleworklist
5255
org:
5356
woehlke:
5457
simpleworklist:

0 commit comments

Comments
 (0)