Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Pivotal Cloud Foundry Elastic Runtime Service basic demo

Notifications You must be signed in to change notification settings

vmware-archive/pcf-articulate-code

 
 

Repository files navigation

Articulate

A sample application built with Spring Boot that demonstrates capabilities of Cloud Foundry.

To run the application locally

$ ./mvnw spring-boot:run

Then go to the http:https://localhost:8080 in your browser. The application uses an embedded H2 database when running in this mode.

To run on Cloud Foundry

$ ./mvnw package
$ cf push

When a MySQL database is bound to this application, the application will use the MySQL database instead of the embedded H2 database.

Credits and contributions

This is all based on work from the following:

Courses using this application.

Note: When updating this application please make sure the corresponding instructions are updated within the following dependent courses. The instructions for these labs may not change but please review before pushing application to production with this pipeline.

About

Pivotal Cloud Foundry Elastic Runtime Service basic demo

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 52.8%
  • Java 41.1%
  • Groovy 4.4%
  • Shell 1.7%