https://github.com/reflexdemon/cloud-project
Sample to demo deployment of Spring boot applications to cloud
https://github.com/reflexdemon/cloud-project
Last synced: 11 days ago
JSON representation
Sample to demo deployment of Spring boot applications to cloud
- Host: GitHub
- URL: https://github.com/reflexdemon/cloud-project
- Owner: reflexdemon
- Created: 2018-02-21T00:21:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-12T11:39:50.000Z (over 8 years ago)
- Last Synced: 2025-09-11T06:32:03.860Z (10 months ago)
- Language: Java
- Homepage: https://hero-boot.herokuapp.com/greeting
- Size: 54.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cloud-project
## How did I create this Project?
```bash
$ curl https://start.spring.io/starter.tgz -d dependencies=web \
-d language=java -d type=gradle-project -d baseDir=cloud-project | tar -xzvf -
```
[](https://heroku.com/deploy)
## Links
| Heroku | Own DNS | HTTPS |
| ---------------------------------------- | ---------------------------------------- |----------------------------------- |
| https://hero-boot.herokuapp.com/greeting | http://venkatvp.site | https://venkatvp.site |