An open API service indexing awesome lists of open source software.

https://github.com/ningenme/spring-boot-db-test-sample


https://github.com/ningenme/spring-boot-db-test-sample

dbunit docker junit5 mybatis mysql spock spring-boot

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# spring-boot-db-test-sample
[![.github/workflows/ci.yaml](https://github.com/ningenMe/spring-boot-db-test-sample/actions/workflows/ci.yaml/badge.svg)](https://github.com/ningenMe/spring-boot-db-test-sample/actions/workflows/ci.yaml)

- `gradle test`実行時にテスト用のdbをdockerで立ち上げる
- dbunitを使ってdbのassertionを行う
- spock / junit でテストを行う

## テストの実行方法
```
gradle test
```