
pro.taskana.jobs.TransactionalJobsConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of taskana-rest-spring-example-common Show documentation
Show all versions of taskana-rest-spring-example-common Show documentation
groups the minimum required configuration for a taskana REST APP
The newest version!
package pro.taskana.jobs;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import pro.taskana.common.internal.transaction.SpringTransactionProvider;
import pro.taskana.common.internal.transaction.TaskanaTransactionProvider;
/** Configuration class for Spring sample application. */
@Configuration
public class TransactionalJobsConfiguration {
@Bean
public TaskanaTransactionProvider
© 2015 - 2025 Weber Informatics LLC | Privacy Policy