FactoryBean now sets the tablePrefix for taskBatchExecutionListener

resolves #353
This commit is contained in:
Glenn Renfro
2018-01-18 13:56:04 -05:00
committed by Michael Minella
parent 6426cfea7e
commit 01311e8be6
4 changed files with 169 additions and 7 deletions

View File

@@ -73,11 +73,6 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
</dependency>
</dependencies>
</project>