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

16 lines
583 B
JSON

{
"properties": [
{
"defaultValue": false,
"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"
}
]
}