Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Demo project for Spring Boot+DATA JPA+postgresql + Openshift

Notifications You must be signed in to change notification settings

ashutoshsahoo/spring-boot-postgresql-oc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring-Boot-PostgreSQL-Openshift

Demo project for Spring Boot+ Spring DATA JPA+ PostgreSQL + Openshift

$ oc new-app https://raw.githubusercontent.com/openshift/origin/master/examples/db-templates/postgresql-persistent-template.json \
  -p POSTGRESQL_USER=testuser \
  -p POSTGRESQL_PASSWORD=test123 \
  -p POSTGRESQL_DATABASE=testdb
  • Build application and deploy in openshift
$ mvn clean package

$ mvn fabric8:build fabric8:resource fabric8:deploy

Reference :