Package tech.corefinance.common.config
Class AsyncConfig
java.lang.Object
tech.corefinance.common.config.AsyncConfig
@Configuration
@EnableAsync
@ConditionalOnProperty(prefix="tech.corefinance.common.enabled",
name="async",
havingValue="true",
matchIfMissing=true)
public class AsyncConfig
extends Object
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AsyncConfig
public AsyncConfig()
-