Spring Data Gemfire locator
问题 I'm trying to set up a Gemfire cluster using Spring Data Gemfire. I can start a locator via gfsh and I can start a server via Spring. The problem is, I can't find a way to start a locator via Spring. 回答1: Probably the simplest, easiest way is to start an "embedded" Locator in a Server. I use this technique quite frequently when testing or starting a standalone cluster with 1 or more Spring-configured GemFire Servers. The configuration looks like the following... <util:properties id=