Class AcrossContextWebConfiguration

java.lang.Object
com.foreach.across.config.AcrossContextWebConfiguration
All Implemented Interfaces:
BootstrapAdapter

@Configuration @ConditionalOnWebApplication public class AcrossContextWebConfiguration extends Object implements BootstrapAdapter
Custom configuration that modifies the Across context bootstrapper in case of a web application. It ensures that AcrossWebApplicationContext instances will be used for Across context and modules.
Since:
3.0.0
Author:
Arne Vandamme
  • Constructor Details

    • AcrossContextWebConfiguration

      public AcrossContextWebConfiguration()
  • Method Details