Guest User

Untitled

a guest
Jul 17th, 2018
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. # Placeholders batch.*
  2. # for HSQLDB:
  3. batch.jdbc.driver=org.hsqldb.jdbcDriver
  4. batch.jdbc.url=jdbc:hsqldb:mem:testdb;sql.enforce_strict_size=true
  5. # use this one for a separate server process so you can inspect the results
  6. # (or add it to system properties with -D to override at run time).
  7. # batch.jdbc.url=jdbc:hsqldb:hsql://localhost:9005/samples
  8. batch.jdbc.user=sa
  9. batch.jdbc.password=
  10. batch.schema=
  11. batch.schema.script=org/springframework/batch/core/schema-hsqldb.sql
Add Comment
Please, Sign In to add comment