Skip to content

Commit

Permalink
Add configuration metadata of spring.cloud.task.transaction-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
lianej authored and cppwfs committed Nov 17, 2023
1 parent 8f1b318 commit 45c41b7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"name": "spring.cloud.task.single-instance-enabled",
"description": "This property is used to determine if a task will execute if another task with the same app name is running.",
"type": "java.lang.Boolean"
},{
"defaultValue": "springCloudTaskTransactionManager",
"name": "spring.cloud.task.transaction-manager",
"description": "This property is used to specify the transaction manager for TaskRepository. By default, a dedicated transaction manager is created by spring.",
"type": "java.lang.String"
}
]
}

0 comments on commit 45c41b7

Please sign in to comment.