Add test.properties to spring-geode-autoconfigure module to configure Apache Geode behavior (JTA) at (prior to) test runtime / execution.

This commit is contained in:
John Blum
2022-01-31 14:48:34 -08:00
parent 1676b3c06b
commit 14a3b73add

View File

@@ -0,0 +1,3 @@
# Test Properties used to configure Spring Boot and Apache Geode during test execution
system.gemfire.ignoreJTA=true