Removed the getter for PlatformTransactionManager requirement
This commit is contained in:
@@ -276,11 +276,6 @@ public class TaskJobLauncherApplicationRunnerCoreTests {
|
||||
return this.jobRepository;
|
||||
}
|
||||
|
||||
@Override
|
||||
public PlatformTransactionManager getTransactionManager() {
|
||||
return this.transactionManager;
|
||||
}
|
||||
|
||||
@Override
|
||||
public JobLauncher getJobLauncher() throws Exception {
|
||||
TaskExecutorJobLauncher launcher = new TaskExecutorJobLauncher();
|
||||
|
||||
Reference in New Issue
Block a user