Spring Boot Gemfire Server Configuration
问题 I am trying to understand how to host a Spring Boot Gemfire server process. I found this example Spring Gemfire Server The problem I am having is the the server I am trying to add to the cluster is not showing up in the cluster after I start the process. Here are the steps I am taking: Start a new locator locally (default port): gfsh>start locator --name=loc-one I want to add this SpringBootGemfireServer to the cluster: note I have commented out the embeded locator start-up - I want to add