我正在使用@EnableTask
和JdbcTaskExecutionDao
,我找不到SQL来在我的数据库(SQL Server)中创建表。在哪里可以找到它们?
答案 0 :(得分:0)
从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
答案 1 :(得分:0)
如果您的目标数据库是MS SQL Server,则在启动Spring Cloud Task应用程序时,如果您提供驱动程序和数据源凭据,则应用程序将自动使用SQL Server特定架构进行引导。您不必手动创建它们 - 框架将为您构建它。