@Component
@ConditionalOnProperty(value="authentication.source",
havingValue="db")
public class DemoInMemoryInitializingBean
extends Object
implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
DemoInMemoryInitializingBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
Copyright © 2018–2020 ODPi. All rights reserved.