You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2022. It is now read-only.
I have been working on a service that programmatically builds Dataflow pipeline using SpringBoot. My service runs perfectly when the application is started from the (IntelliJ) IDE or when I run with ./gradlew run but fails when I create the fat-uber-jar.
This seems to be a pretty standard way of building SpringBoot apps and would appreciate some guidance in this direction.
Meanwhile, I have unblocked myself with a workaround which has its own drawbacks.
I wrote an article with more context if it helps.