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

https://github.com/mabuonomo/example-springboot-redis


https://github.com/mabuonomo/example-springboot-redis

java redis springboot tutorial

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Example - Spring boot with Redis as Cache, Database and Message broker

## Usage

```bash
make build
make start
```

## Example

### Message
```bash
http://localhost:8080/message/get
```

### Database
```bash
http://localhost:8080/database/save
http://localhost:8080/database/get

http://localhost:8080/database/add
http://localhost:8080/database/all
```

## References
* https://mabuonomo.github.io
* https://www.baeldung.com/spring-data-redis-tutorial
* https://panlw.github.io/15425204595510.html

```