
org.molgenis.data.jobs.Config Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of molgenis-jobs Show documentation
Show all versions of molgenis-jobs Show documentation
Jobs framework and data model.
package org.molgenis.data.jobs;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
* Jobs configuration
*/
@Configuration
public class Config
{
@Bean
public JobExecutionUpdater jobExecutionUpdater()
{
return new JobExecutionUpdaterImpl();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy