@ComponentScan
@ConfigurationPropertiesScan
@ConditionalOnProperty(prefix="table-modify",
name="database-type",
havingValue="postgresql")
public class PgSqlTableModifyAutoConfiguration
extends Object
Copyright © 2023. All rights reserved.