Advertisement
Guest User

Untitled

a guest
May 15th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 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.jdbc.testWhileIdle=false
  11. batch.jdbc.validationQuery=
  12. batch.drop.script=classpath:/org/springframework/batch/core/schema-drop-hsqldb.sql
  13. batch.schema.script=classpath:/org/springframework/batch/core/schema-hsqldb.sql
  14. batch.business.schema.script=classpath:/business-schema-hsqldb.sql
  15. batch.database.incrementer.class=org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
  16. batch.database.incrementer.parent=columnIncrementerParent
  17. batch.lob.handler.class=org.springframework.jdbc.support.lob.DefaultLobHandler
  18. batch.jdbc.pool.size=6
  19. batch.grid.size=6
  20. batch.verify.cursor.position=true
  21. batch.isolationlevel=ISOLATION_SERIALIZABLE
  22. batch.data.source.init=true
  23. batch.table.prefix=BATCH_
  24.  
  25. batch.kolumbus.ws.url=http://kolumbus-stage-ws.ospedalebambinogesu.it:8085/kolumbus-ws/home
  26.  
  27. batch.cms.username=kolumbus
  28.  
  29. old.content.import.overwirteEntryIfExists=true
  30.  
  31. opbg.import.workspace=opbg
  32. opbg.import.collection=opbg-internet
  33.  
  34. opbg.import.aws.s3.region=
  35. opbg.import.aws.s3.profile=
  36. opbg.import.aws.s3.bucket=
  37. opbg.import.aws.s3.folder.path=
  38. opbg.import.temp.image.path=
  39. opbg.import.oldbaseurl.image=
  40. opbg.url.imgService=
  41.  
  42. redis.url=
  43. redis.port=
  44. redis.db.redirect=
  45.  
  46. kolumbus.be.baseurl=https://kolumbus-stage.ospedalebambinogesu.it/kolumbus-be
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement