0

I have a mutli-module gradle spring boot project that I would like to define the order in which the modules are run as one depends on the other for it's environment variables. These would be run in the cloud so, I need a way to make them run dynamically in my specified order. Or, do I have to break them up?

I'm using Spring Cloud Config to provide the properties for Eureka Server. This would be run in Heroku cloud platform. Thanks!

Sammy65
  • 627
  • 2
  • 12
  • 28
  • when you say "order in which the modules are run" do you mean they order they are built (with Gradle), or do you mean the order the resulting artifacts are run? – codefinger Jan 04 '18 at 15:41
  • @codefinger, I mean the order in which the resulting artifacts are run. If it's possible to achieve this using Gradle, that'll will be great but, how would I implement that in a cloud environment? Even though it's a multi-module project, I have to run them individually starting with the Config-Server then Eureka Server. – Sammy65 Jan 05 '18 at 21:41

0 Answers0