Package org.neotropic.kuwaiba.web
Class SpringConfiguration
- java.lang.Object
-
- org.neotropic.kuwaiba.web.SpringConfiguration
-
@Configuration @EnableAsync @ComponentScan(basePackages={"org.neotropic.kuwaiba.core","org.neotropic.kuwaiba.modules","com.neotropic.kuwaiba.modules","org.neotropic.kuwaiba.northbound.ws","org.neotropic.kuwaiba.visualization"}) @EnableVaadin({"org.neotropic.kuwaiba.core","org.neotropic.kuwaiba.modules","com.neotropic.kuwaiba.modules","org.neotropic.kuwaiba.web.ui"}) public class SpringConfiguration extends Object
The Spring basic automated configuration file.- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description SpringConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Executor
taskExecutor()
Configures the default threading behavior through an Executor instance.
-
-
-
Method Detail
-
taskExecutor
@Bean(name="taskExecutor") public Executor taskExecutor()
Configures the default threading behavior through an Executor instance. Configuration parameters can be found in the application.properties file with the prefix services.threading- Returns:
- An instance of executor with the configuration specified in the properties file.
-
-