Source: http://robbypelssers.blogspot.de/2013/09/spring-batch-demo.html
NOTE DataSource must contain the spring batch schema
.addScript("classpath:org/springframework/batch/core/schema-drop-hsqldb.sql")
.addScript("classpath:org/springframework/batch/core/schema-hsqldb.sql")
Note: This class needs a datasource
Source: http://robbypelssers.blogspot.de/2013/09/spring-batch-demo.html
NOTE DataSource must contain the spring batch schema
.addScript("classpath:org/springframework/batch/core/schema-drop-hsqldb.sql")
.addScript("classpath:org/springframework/batch/core/schema-hsqldb.sql")
Resolves the value of a given attribute
Can be:
- Primitive value, such as: "a string", 10 (integer)
- Lazy Reference: An object with only attribute {ref: "ref target"}.