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.
- Host: GitHub
- URL: https://github.com/casid/jte-spring-boot-demo
- Owner: casid
- Created: 2021-05-14T03:24:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T20:29:50.000Z (about 4 years ago)
- Last Synced: 2025-03-16T18:12:06.300Z (about 1 year ago)
- Language: Java
- Size: 68.4 KB
- Stars: 12
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - casid/jte-spring-boot-demo - A simple demo of jte running with Spring Boot. (<a name="Java"></a>Java)
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