@Configuration @ConditionalOnProperty(value="spring.localstack.enabled") public class LocalstackAutoConfiguration extends Object
| Constructor and Description |
|---|
LocalstackAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanContext() |
LocalstackDocker |
localstackDocker() |
@Bean public LocalstackDocker localstackDocker()
@EventListener(value={org.springframework.context.event.ContextStoppedEvent.class,org.springframework.context.event.ContextClosedEvent.class})
public void cleanContext()
Copyright © 2018. All rights reserved.