Skip to content

Commit 45c41b7

Browse files
lianejcppwfs
authored andcommitted
Add configuration metadata of spring.cloud.task.transaction-manager
1 parent 8f1b318 commit 45c41b7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

spring-cloud-task-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55
"name": "spring.cloud.task.single-instance-enabled",
66
"description": "This property is used to determine if a task will execute if another task with the same app name is running.",
77
"type": "java.lang.Boolean"
8+
},{
9+
"defaultValue": "springCloudTaskTransactionManager",
10+
"name": "spring.cloud.task.transaction-manager",
11+
"description": "This property is used to specify the transaction manager for TaskRepository. By default, a dedicated transaction manager is created by spring.",
12+
"type": "java.lang.String"
813
}
914
]
1015
}

0 commit comments

Comments
 (0)