Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 416 Bytes

File metadata and controls

14 lines (10 loc) · 416 Bytes

Spring Boot Android Demo

Deploy to Heroku

Or follow these steps, after installing the Heroku Toolbelt, to deploy from the CLI:

$ git clone https://github.com/kissaten/spring-boot-android-service
$ cd spring-boot-android-service
$ heroku create
$ git push heroku master
$ heroku open