@Configuration
@Import(value={org.kuali.common.util.spring.service.SpringServiceConfig.class,org.kuali.common.util.properties.spring.EnvironmentPropertySourceConfig.class})
public class SourceSqlRunOnceConfig
extends Object
implements org.kuali.common.util.execute.spring.ExecutableConfig
Executable that resets the database.| Constructor and Description |
|---|
SourceSqlRunOnceConfig() |
public SourceSqlRunOnceConfig()
@Bean(initMethod="execute") public org.kuali.common.util.execute.Executable executable()
The project.home property needs to come from the ConfigContext instead of the
EnvironmentService for the scenario where nobody has wired in a
bootstrap PSC in order to help manage the resetting of the database via RunOnce.
executable in interface org.kuali.common.util.execute.spring.ExecutableConfigCopyright © 2005–2015 The Kuali Foundation. All rights reserved.