Skip to content

Latest commit

 

History

History

account-jdbc-caching-rest-service

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

account-jdbc-caching-rest-service

The application is a Postgres + Spring Caching Lookup Aside Cache + Spring Data for GemFire example

Demo Instructions

Under construction

Docker building image

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