Sure, basically I created an application using yoeman generator / Jhipster, I selected MySQL as my database, the app runs fine in my local env, with MySQL, NOTE: local app uses admin/admin and authenticates with no issue.
I use Jhipster to build a manifest.yml, I use a my dev profile, again its a MySQL db
Deploy the app to PCF -
? Name to deploy as: MovieRental
? Which profile would you like to use? dev
? What is the name of your database service? cleardb
? What is the name of your database plan? spark
Creating Cloud Foundry deployment files
Checking for an existing Cloud Foundry hosting environment...
Creating your Cloud Foundry hosting environment, this may take a couple minutes...
Creating the database
Creating service instance movierental in org ea2sa / space uat as gary.shepard@capgemini.com...
OK --- looks ok to me :-)
The app stages and builds w/o issue:
In case you want to see it :-) : https://movierental.cfapps.io/#/
When I attempt to login : I fails to authenticate me, looking at the logs I saw that error:
I've included the ENV VARS just because:
That app not rocket science, I share that if you like as well:
Adding this line from the log also: 2019-03-15T10:40:47.868-07:00 [APP/PROC/WEB/0] [OUT] Caused by: java.sql.SQLException: Can't call commit when autocommit=true
Thank Dan for responded to this