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
- Host: GitHub
- URL: https://github.com/eitansuez/eitan-gemfire-pcf
- Owner: eitansuez
- Created: 2016-01-15T20:17:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T13:47:21.000Z (over 10 years ago)
- Last Synced: 2025-06-18T03:05:47.673Z (about 1 year ago)
- Language: Groovy
- Size: 290 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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://.....