spring-projects-experimental/spring-fu

How does one run spring-fu without WebServer?

Closed this issue · 3 comments

How does one run spring-fu without WebServer? If I replace reactiveWebApplication DSL with application DSL - application exits immediately after initialization

I did a little bit of digging through old commits and I found this:
image
I guess this feature is not supported anymore...
I'll probably do the same, tho maybe ill use thread lock instead

You could probably use something like a CountDownLatch.