Add JNDI Sample

Add a sample application that can be deployed to WildFly to demonstrate
how JTA can be used when running in a application server.

See gh-947
This commit is contained in:
Josh Long
2014-08-22 15:08:17 -07:00
committed by Phillip Webb
parent 239d19d38c
commit 85cfd016a6
11 changed files with 466 additions and 0 deletions

View File

@@ -40,6 +40,7 @@
<module>spring-boot-sample-jetty</module>
<module>spring-boot-sample-jta-atomikos</module>
<module>spring-boot-sample-jta-bitronix</module>
<module>spring-boot-sample-jta-jndi</module>
<module>spring-boot-sample-liquibase</module>
<module>spring-boot-sample-parent-context</module>
<module>spring-boot-sample-profile</module>