Add Atomikos and Bitronix JTA samples

Add samples and integration tests for Atomikos and Bitronix JTA.

See gh-947
This commit is contained in:
Josh Long
2014-08-20 16:44:23 -07:00
committed by Phillip Webb
parent e1160922f9
commit c15e3a7e2f
17 changed files with 661 additions and 0 deletions

View File

@@ -38,6 +38,8 @@
<module>spring-boot-sample-hornetq</module>
<module>spring-boot-sample-integration</module>
<module>spring-boot-sample-jetty</module>
<module>spring-boot-sample-jta-atomikos</module>
<module>spring-boot-sample-jta-bitronix</module>
<module>spring-boot-sample-liquibase</module>
<module>spring-boot-sample-parent-context</module>
<module>spring-boot-sample-profile</module>