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

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

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 -
```
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

## Links

| Heroku | Own DNS | HTTPS |
| ---------------------------------------- | ---------------------------------------- |----------------------------------- |
| https://hero-boot.herokuapp.com/greeting | http://venkatvp.site | https://venkatvp.site |