Comments on: Managing Spring Boot apps locally with Trampoline https://piotrminkowski.com/2018/06/08/managing-spring-boot-apps-locally-with-trampoline/ Java, Spring, Kotlin, microservices, Kubernetes, containers Thu, 01 Oct 2020 23:00:44 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: sridhar https://piotrminkowski.com/2018/06/08/managing-spring-boot-apps-locally-with-trampoline/#comment-524 Sat, 09 Jun 2018 07:41:11 +0000 https://piotrminkowski.wordpress.com/?p=6638#comment-524 Hi,
Thanks for a good article on trampoline.

If I have wait for a service to be started and then start another service can I accomplish that with trampoline.

I have a Spring Cloud Based config server which I want to be started first and then I want to start Config Client. I created a group with these 2 services. But, the Client starts before the Server. Looking for a way to pause the client till the server is started up.

]]>