Skip to content

This is an example app for my session at the SpringOne2Gx.

Notifications You must be signed in to change notification settings

motdotla/spring-attack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-attack

This is an example app for my session at the SpringOne2Gx. It demonstrates combining SendGrid and Cloudfoundry.

Demo

Show the app code. Run it with gradle jettyRunWar locally.

Show that you then do gem install cf but just in a slide.

Go through the following steps live.

cf target api.run.pivotal.io
cf login
gradle assemble
cf push --path build/libs/spring-attack.war

Then show the live running app. Then add SendGrid.

cf create-service sendgrid
cf bind-service

Production

Deploy to Cloud Foundry

gem install cf
cf target api.run.pivotal.io
cf login
gradle assemble
cf push --path build/libs/spring-attack.war

Development

Usage

gradle jettyRunWar

Visit http://localhost:8080.

About

This is an example app for my session at the SpringOne2Gx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published