Search code examples
springspring-cloud-dataflow

Tables for JdbcTaskExecutionDao


I'm using @EnableTask with JdbcTaskExecutionDao and I can't find SQLs to create tables in my database (SQL Server). Where I can find them?


Solution

  • Got it from Spring Cloud github: https://github.com/spring-cloud/spring-cloud-task/blob/master/spring-cloud-task-core/src/main/resources/org/springframework/cloud/task/schema-h2.sql