gradle - Is it possible to run integration tests on many spring boot applications at the same time? -
i have gradle project 3 modules use spring-boot. these 3 spring-boot applications running in parallel , interact each other.
for example, module1 saves data in module2 , module3 retrieves data module2 via rest apis.
i implement integration tests regarding interactions between these 3 spring boot applications (ie. have each of them run separately on different port). possible? how?
i know can single spring boot application. (as explained here)
Comments
Post a Comment