An open API service indexing awesome lists of open source software.

https://github.com/eitansuez/eitan-gemfire-pcf

example gemfire spring boot app that works both with a local configuration and with pcf
https://github.com/eitansuez/eitan-gemfire-pcf

Last synced: 21 days ago
JSON representation

example gemfire spring boot app that works both with a local configuration and with pcf

Awesome Lists containing this project

README

          

A simple spring boot app, designed to with in pivotal cloud foundry using the gemfire pcf tile.
Basic illustration of gemfire development against pcf, with localconfig support added.

---
cheat sheet..

cluster config:

build:

gradle makeClusterConfig

deploy:

cf restart-gemfire my-gemfire-service --cluster-config ./build/distributions/cluster_config.zip

assemble the code:

gradle assemble

push app (no start):

cf push --no-start

to connect to cloud gemfire via gfsh:

cf show-gfsh my-gemfire-service

then use output of command to connect from inside a gfsh shell

$ gfsh
gfsh> connect --user-http url=http://.....