File tree Expand file tree Collapse file tree 9 files changed +0
-9
lines changed
spring-batch-core/src/main/resources Expand file tree Collapse file tree 9 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ batch.jdbc.password=
7
7
batch.database.incrementer.class =org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
8
8
batch.schema.script =classpath:/org/springframework/batch/core/schema-derby.sql
9
9
batch.drop.script =classpath:/org/springframework/batch/core/schema-drop-derby.sql
10
- batch.business.schema.script =
11
10
batch.jdbc.testWhileIdle =true
12
11
batch.jdbc.validationQuery =
13
12
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ batch.jdbc.password=
7
7
batch.database.incrementer.class =org.springframework.jdbc.support.incrementer.H2SequenceMaxValueIncrementer
8
8
batch.schema.script =classpath:/org/springframework/batch/core/schema-h2.sql
9
9
batch.drop.script =classpath:/org/springframework/batch/core/schema-drop-h2.sql
10
- batch.business.schema.script =
11
10
batch.jdbc.testWhileIdle =true
12
11
batch.jdbc.validationQuery =
13
12
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ batch.jdbc.password=
10
10
batch.database.incrementer.class =org.springframework.jdbc.support.incrementer.HsqlMaxValueIncrementer
11
11
batch.schema.script =classpath*:/org/springframework/batch/core/schema-hsqldb.sql
12
12
batch.drop.script =classpath*:/org/springframework/batch/core/schema-drop-hsqldb.sql
13
- batch.business.schema.script =
14
13
batch.jdbc.testWhileIdle =true
15
14
batch.jdbc.validationQuery =
16
15
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ batch.jdbc.password=test
7
7
batch.database.incrementer.class =org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer
8
8
batch.schema.script =classpath:/org/springframework/batch/core/schema-mysql.sql
9
9
batch.drop.script =classpath:/org/springframework/batch/core/schema-drop-mysql.sql
10
- batch.business.schema.script =
11
10
batch.jdbc.testWhileIdle =true
12
11
batch.jdbc.validationQuery =
13
12
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ batch.jdbc.password=spring
7
7
batch.database.incrementer.class =org.springframework.jdbc.support.incrementer.OracleSequenceMaxValueIncrementer
8
8
batch.schema.script =classpath:/org/springframework/batch/core/schema-oracle10g.sql
9
9
batch.drop.script =classpath:/org/springframework/batch/core/schema-drop-oracle10g.sql
10
- batch.business.schema.script =
11
10
batch.jdbc.testWhileIdle =false
12
11
batch.jdbc.validationQuery =
13
12
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ batch.jdbc.password=dba
7
7
batch.database.incrementer.class =org.springframework.jdbc.support.incrementer.PostgreSQLSequenceMaxValueIncrementer
8
8
batch.schema.script =classpath:/org/springframework/batch/core/schema-postgresql.sql
9
9
batch.drop.script =classpath:/org/springframework/batch/core/schema-drop-postgresql.sql
10
- batch.business.schema.script =
11
10
batch.jdbc.testWhileIdle =false
12
11
batch.jdbc.validationQuery =
13
12
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ batch.jdbc.password=SAMPLES
7
7
batch.database.incrementer.class =org.springframework.jdbc.support.incrementer.DerbyMaxValueIncrementer
8
8
batch.schema.script =classpath:/org/springframework/batch/core/schema-sqlf.sql
9
9
batch.drop.script =classpath:/org/springframework/batch/core/schema-drop-sqlf.sql
10
- batch.business.schema.script =
11
10
batch.jdbc.testWhileIdle =false
12
11
batch.jdbc.validationQuery =
13
12
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ batch.jdbc.password=sa
7
7
batch.database.incrementer.class =org.springframework.jdbc.support.incrementer.SqlServerMaxValueIncrementer
8
8
batch.schema.script =classpath*:/org/springframework/batch/core/schema-sqlserver.sql
9
9
batch.drop.script =classpath*:/org/springframework/batch/core/schema-drop-sqlserver.sql
10
- batch.business.schema.script =
11
10
batch.jdbc.testWhileIdle =false
12
11
batch.jdbc.validationQuery =
13
12
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ batch.jdbc.password=spring
7
7
batch.database.incrementer.class =org.springframework.jdbc.support.incrementer.SybaseMaxValueIncrementer
8
8
batch.schema.script =classpath*:/org/springframework/batch/core/schema-sybase.sql
9
9
batch.drop.script =classpath*:/org/springframework/batch/core/schema-drop-sybase.sql
10
- batch.business.schema.script =
11
10
batch.jdbc.testWhileIdle =true
12
11
batch.jdbc.validationQuery =
13
12
You can’t perform that action at this time.
0 commit comments