An open API service indexing awesome lists of open source software.

https://github.com/casid/jte-spring-boot-demo

A simple demo of jte running with Spring Boot.
https://github.com/casid/jte-spring-boot-demo

Last synced: about 1 year ago
JSON representation

A simple demo of jte running with Spring Boot.

Awesome Lists containing this project

README

          

## jte Spring Boot demo

A simple demo of jte running with Spring Boot.

---

### Deploy to Heroku

Requirements: Heroku CLI

- git clone
- cd into project
- heroku apps:create jte-demo --region eu
- echo "This creates a 'heroku' remote repo"
- git remote -v show
- git push heroku
- https://jte-demo.herokuapp.com/
- heroku apps:destroy jte-demo