Running multiple spring boot microservices with Gradle

。_饼干妹妹 提交于 2021-01-27 04:12:10

问题


I am working on a Spring Boot application built using Gradle. We have multiple microservices as subprojects for this application.

I'm trying to run the application and all microservices using Spring Boot's bootRun task from the command line with single bootRun command.

Similarly, we would like to run some integration tests with the application and all microservices with single test command.

I appreciate for any help or pointing me some documentation.

Thank you in advance.


回答1:


We decided to use gradle --parallel option.



来源:https://stackoverflow.com/questions/33375881/running-multiple-spring-boot-microservices-with-gradle

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!