tobitoi / spring-data-redis-sample

A Simple Spring Boot Data Redis Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot Redis JPA

This is just simple Spring Boot JPA Redis

To run this repo :

Run this command on your terminal : mvn clean spring-boot:run

Open your browser :

curl --location 'http://localhost:8081/users?page=0&size=2000'

curl --location 'http://localhost:8081/users/1'

Screenshot

Before Redis

Before Redis

After Redis

After Redis

Happy Coding!

About

A Simple Spring Boot Data Redis Example


Languages

Language:Java 100.0%