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

https://github.com/aerphanas/sbd

Spring boot on docker example
https://github.com/aerphanas/sbd

docker java spring spring-boot

Last synced: 9 months ago
JSON representation

Spring boot on docker example

Awesome Lists containing this project

README

          

# SBD - Spring Boot Docker example

## How to Run

```sh
docker run --rm -p 8080:8080 ghcr.io/aerphanas/sbd:latest
```