@Configuration
@ConditionalOnProperty(prefix="sohelp-boot.engine.db",
name="enabled",
havingValue="true",
matchIfMissing=true)
@ComponentScan(basePackages="net.sohelp.boot.engine.db")
public class DBConfiguration
extends Object
Copyright © 2025. All rights reserved.