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

https://github.com/snowdrop/spring-boot-blank-template


https://github.com/snowdrop/spring-boot-blank-template

blank

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Simple Spring Boot Application

- Compile and bootstrap Spring boot as such

```bash
mvn compile
mvn spring-boot:run
```

- Open home page `index.html` within your favorite browser `http://localhost:8080`