BATCH-2234: Updated documentation to outline setup requirements as well as adding batch-*.properties files for the other database types
This commit is contained in:
@@ -16,3 +16,4 @@ batch.grid.size=2
|
||||
batch.jdbc.pool.size=6
|
||||
batch.verify.cursor.position=false
|
||||
batch.isolationlevel=ISOLATION_SERIALIZABLE
|
||||
batch.table.prefix=BATCH_
|
||||
|
||||
@@ -16,3 +16,4 @@ batch.grid.size=2
|
||||
batch.jdbc.pool.size=6
|
||||
batch.verify.cursor.position=true
|
||||
batch.isolationlevel=ISOLATION_SERIALIZABLE
|
||||
batch.table.prefix=BATCH_
|
||||
|
||||
@@ -20,3 +20,4 @@ batch.grid.size=6
|
||||
batch.verify.cursor.position=true
|
||||
batch.isolationlevel=ISOLATION_SERIALIZABLE
|
||||
batch.data.source.init=true
|
||||
batch.table.prefix=BATCH_
|
||||
|
||||
@@ -16,4 +16,5 @@ batch.jdbc.pool.size=6
|
||||
batch.grid.size=50
|
||||
batch.verify.cursor.position=true
|
||||
batch.isolationlevel=ISOLATION_SERIALIZABLE
|
||||
batch.table.prefix=BATCH_
|
||||
|
||||
|
||||
@@ -16,4 +16,5 @@ batch.grid.size=2
|
||||
batch.jdbc.pool.size=6
|
||||
batch.verify.cursor.position=true
|
||||
batch.isolationlevel=ISOLATION_SERIALIZABLE
|
||||
batch.table.prefix=BATCH_
|
||||
|
||||
|
||||
@@ -17,4 +17,5 @@ batch.lob.handler.class=org.springframework.jdbc.support.lob.DefaultLobHandler
|
||||
batch.grid.size=2
|
||||
batch.jdbc.pool.size=6
|
||||
batch.verify.cursor.position=false
|
||||
batch.isolationlevel=ISOLATION_SERIALIZABLE
|
||||
batch.isolationlevel=ISOLATION_SERIALIZABLE
|
||||
batch.table.prefix=BATCH_
|
||||
|
||||
@@ -19,4 +19,5 @@ batch.jdbc.pool.size=6
|
||||
batch.verify.cursor.position=false
|
||||
#add this for your jobRepository bean p:isolationLevelForCreate = "${batch.isolationlevel}"
|
||||
#see simple-job-launcher-context.xml for example
|
||||
batch.isolationlevel=ISOLATION_READ_COMMITTED
|
||||
batch.isolationlevel=ISOLATION_READ_COMMITTED
|
||||
batch.table.prefix=BATCH_
|
||||
|
||||
@@ -16,4 +16,5 @@ batch.grid.size=2
|
||||
batch.jdbc.pool.size=6
|
||||
batch.verify.cursor.position=true
|
||||
batch.isolationlevel=ISOLATION_SERIALIZABLE
|
||||
batch.table.prefix=BATCH_
|
||||
|
||||
|
||||
@@ -16,5 +16,6 @@ batch.jdbc.pool.size=6
|
||||
batch.grid.size=6
|
||||
batch.verify.cursor.position=true
|
||||
batch.isolationlevel=ISOLATION_SERIALIZABLE
|
||||
batch.table.prefix=BATCH_
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user