0

I use the Spring Boot Fluent Builder API to build a Spring context Hierarchy like described here.

Is it possible to initialize the child contexts concurrently?

Oliver
  • 353
  • 1
  • 4
  • 16

1 Answers1

0

It's not supported. I raised a Spring Boot issue which has been declined: SpringApplicationBuilder: Initialize siblings concurrently

Oliver
  • 353
  • 1
  • 4
  • 16