Class SchemaShutdownCleaner
java.lang.Object
io.camunda.migrator.config.mybatis.SchemaShutdownCleaner
@Component
@Conditional(DropSchemaCondition.class)
public class SchemaShutdownCleaner
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MigratorPropertiesprotected DataSourceprotected DbClientprotected org.springframework.core.env.Environment -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dataSource
-
configProperties
-
dbClient
-
environment
@Autowired protected org.springframework.core.env.Environment environment
-
-
Constructor Details
-
SchemaShutdownCleaner
public SchemaShutdownCleaner()
-
-
Method Details
-
cleanUp
@PreDestroy public void cleanUp()
-