We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9bdbfb commit 48f0813Copy full SHA for 48f0813
.gitignore
@@ -40,3 +40,4 @@ setenv.cmd
40
target
41
.idea
42
/x.txt
43
+/transaction-logs/
src/main/resources/application.yml
@@ -49,6 +49,9 @@ spring:
49
init:
50
platform: postgresql
51
continue-on-error: true
52
+ jta:
53
+ log-dir: transaction-logs/transaction-logs-simpleworklist
54
+ transaction-manager-id: transaction-manager-simpleworklist
55
org:
56
woehlke:
57
simpleworklist:
0 commit comments