The application is a Postgres + Spring Caching Lookup Aside Cache + Spring Data for GemFire example
Under construction
The following are the steps to build a docker image
mvn install
cd applications/account-jdbc-caching-rest-service
mvn spring-boot:build-image
Example for tagging and pushing to docker hub
docker tag account-jdbc-caching-rest-service:0.0.1-SNAPSHOT cloudnativedata/account-jdbc-caching-rest-service:0.0.1-SNAPSHOT
docker push cloudnativedata/account-jdbc-caching-rest-service:0.0.1-SNAPSHOT