Skip to content

Pivotal Cloud Foundry Elastic Runtime Service basic demo

Notifications You must be signed in to change notification settings

d4v3r/articulate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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://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:

About

Pivotal Cloud Foundry Elastic Runtime Service basic demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 45.3%
  • Java 28.7%
  • Shell 15.6%
  • Batchfile 10.4%