December 2019
Intermediate to advanced
314 pages
6h 51m
English
Having tested the application through the local JVM, it's time to bring it natively into the cloud. The interesting part of this process will be connecting the Quarkus application with the PostgreSQL application on OpenShift without touching even one line of code! Let's look at how we can achieve this:
oc new-project quarkus-hibernate
oc get is -n openshift | grep postgresql
You should see the following output in your console:
postgresql ...
Read now
Unlock full access