Skip to content

Commit

Permalink
fix ci fail in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiaopeng committed May 8, 2024
1 parent 56990f6 commit b7f3f35
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

<!-- in-memory database and a datasource -->
<jdbc:embedded-database id="dataSource">
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-test-data.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-test-data.sql"/>
</jdbc:embedded-database>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

<!-- in-memory database and a datasource -->
<jdbc:embedded-database id="dataSource">
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-test-data.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-test-data.sql"/>
</jdbc:embedded-database>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

<!-- in-memory database and a datasource -->
<jdbc:embedded-database id="dataSource">
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-test-data.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-test-data.sql"/>
</jdbc:embedded-database>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

<!-- in-memory database and a datasource -->
<jdbc:embedded-database id="dataSource">
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-test-data.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-test-data.sql"/>
</jdbc:embedded-database>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

<!-- in-memory database and a datasource -->
<jdbc:embedded-database id="dataSource">
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-test-data.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-test-data.sql"/>
</jdbc:embedded-database>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

<!-- in-memory database and a datasource -->
<jdbc:embedded-database id="dataSource">
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-test-data.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-test-data.sql"/>
</jdbc:embedded-database>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

<!-- in-memory database and a datasource -->
<jdbc:embedded-database id="dataSource">
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-test-data.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-test-data.sql"/>
</jdbc:embedded-database>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

<!-- in-memory database and a datasource -->
<jdbc:embedded-database id="dataSource">
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-test-data.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-test-data.sql"/>
</jdbc:embedded-database>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

<!-- in-memory database and a datasource -->
<jdbc:embedded-database id="dataSource">
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-test-data.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-test-data.sql"/>
</jdbc:embedded-database>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

<!-- in-memory database and a datasource -->
<jdbc:embedded-database id="dataSource">
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-test-data.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-test-data.sql"/>
</jdbc:embedded-database>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

<!-- in-memory database and a datasource -->
<jdbc:embedded-database id="dataSource">
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-test-data.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-test-data.sql"/>
</jdbc:embedded-database>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@

<!-- in-memory database and a datasource -->
<jdbc:embedded-database id="dataSource">
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/batch/db/database-test-data.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-schema.sql"/>
<jdbc:script location="classpath:org/mybatis/spring/sample/db/database-test-data.sql"/>
</jdbc:embedded-database>


Expand Down

0 comments on commit b7f3f35

Please sign in to comment.