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!