WowAutoConfiguration

@AutoConfiguration
@EnableConfigurationProperties(value = [WowProperties::class])
class WowAutoConfiguration(wowProperties: WowProperties)

Wow AutoConfiguration .

Author

ahoo wang

Constructors

Link copied to clipboard
constructor(wowProperties: WowProperties)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
@Bean
@ConditionalOnMissingBean
fun serviceProvider(beanFactory: ConfigurableBeanFactory): ServiceProvider
Link copied to clipboard
@Primary
@Bean(value = ["wow.CurrentBoundedContext"])
fun wowCurrentBoundedContext(applicationContext: ApplicationContext): NamedBoundedContext