0

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?

MAGx2
  • 3,149
  • 7
  • 33
  • 63

2 Answers2

0

If your target database is MS SQL Server, while starting the Spring Cloud Task application, if you supply the driver and datasource credentials, the application will automatically bootstrap with SQL Server specific schema. You don't have to create them manually - the framework will build it for you.

Sabby Anandan
  • 5,636
  • 2
  • 12
  • 21