Re: Starting Spring Boot App after deploying it to CF
James Bayer
the java buildpack takes care of setting the port for you with spring boot
toggle quoted message
Show quoted text
apps. run a command like this where you replace "jamesboot" with whatever your app is called: cf curl /v2/apps/`cf app jamesboot --guid`/summary | grep start_command and you'll see how the java buildpack assembles the detected_start_command with the SERVER_PORT being set to $PORT On Sun, Sep 13, 2015 at 10:50 AM, Qing Gong <qinggong(a)gmail.com> wrote:
Hi James, --
Thank you, James Bayer |
|