Results 1 to 3 of 3

Thread: about spring batch trouble

  1. #1
    Join Date
    Feb 2008
    Posts
    12

    Post about spring batch trouble

    when I run the sample, I find that the database don't have some table.
    above:
    BATCH_JOB_INSTANCE
    BATCH_STEP_INSTANCE
    I don't find the script of creating table.
    where it is?
    Last edited by cuizuoli; Feb 15th, 2008 at 02:48 AM.

  2. #2

    Default

    You can find the sql scripts in the execution jar or if you have the sources the path is spring-batch-execution/src/main/sql

  3. #3
    Join Date
    Feb 2008
    Posts
    12

    Default

    Thank you very much.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •