Add JUnit 4 and the Vintage Engine sample

This commit adds a sample to verify the use of JUnit 4 and the Vintage
Engine.

See gh-17100
This commit is contained in:
Issam El-atif
2019-06-10 23:00:57 +02:00
committed by Stephane Nicoll
parent dfa5480c59
commit 9fafcda929
6 changed files with 154 additions and 0 deletions

View File

@@ -57,6 +57,7 @@
<module>spring-boot-sample-jta-bitronix</module>
<module>spring-boot-sample-jta-jndi</module>
<module>spring-boot-sample-junit-jupiter</module>
<module>spring-boot-sample-junit-vintage</module>
<module>spring-boot-sample-kafka</module>
<module>spring-boot-sample-liquibase</module>
<module>spring-boot-sample-logback</module>