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

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -