devs-from-matrix / hexagonal-spring-boot-kotlin

template for hexagonal architecture with spring boot framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[New Feature] use bootstrap module in acceptance

paul58914080 opened this issue · comments

**Is your feature request related to a problem? Please describe.
Currently the bootstrap module is not tested with acceptance test which means the configurations and application that we write is never tested

Describe the solution you'd like
It is better to add the dependency of bootstrap within acceptance test and get ride of extra configuration written
https://github.com/devs-from-matrix/hexagonal-spring-boot-kotlin/blob/main/acceptance-test/src/test/kotlin/packagename/ExampleE2EApplication.kt