Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
Intial pom.xml created by start.spring.io

Assumes use of CDK Minishift
https://developers.redhat.com/products/cdk/download/

mvn clean compile package

java -jar target/boot-demo-0.0.1-SNAPSHOT.jar
or
mvn spring-boot:run
http://localhost:8080/hello
ctrl-c

minishift ip
minishift oc-env

oc login 192.168.99.101:8443
admin
admin

(note: the admin user is created by the CDK version of Minishift only)

oc new-project bootdemo

Note: mvn io.fabric8:fabric8-maven-plugin:3.3.5:setup
was executed to instrument the pom.xml with the F8 Maven plugin

mvn fabric8:deploy

http://boot-demo-bootdemo.192.168.99.101.nip.io/