Commit Graph

3 Commits

Author SHA1 Message Date
John Blum
854f57114d Add example Locator application main class using the Apache Geode API to compliment the Spring Boot based example for comparison purposes. 2020-08-04 15:46:54 -07:00
John Blum
9b3a77d92f Add block(:Enviroment) method predicated on a Spring Enviornment resolvable property to prevent the Apache Geode Locator (i.e. JVM) from shutting down immediately.
An Apache Geode Locator only creates daemon Threads on startup, which will not prevent the JVM process from falling all the way through and shutting down.
2020-04-09 14:36:20 -07:00
John Blum
7df0a6487e Add Smoke Tests for a Spring Boot configured and bootstrapped Apache Geode Locator application.
Additionally, the Smoke Tests will test and assert the Spring-based Locator is able to connect to an Apache Geode based Locator.
2020-03-30 14:27:20 -07:00