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
- Host: GitHub
- URL: https://github.com/mabuonomo/example-springboot-redis
- Owner: mabuonomo
- Created: 2019-06-02T12:04:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T14:06:13.000Z (over 6 years ago)
- Last Synced: 2025-01-15T04:16:25.831Z (about 1 year ago)
- Topics: java, redis, springboot, tutorial
- Language: Java
- Size: 16.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```