| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
There was a problem hiding this comment.
Please remove .idea folder and target folder also add in gitignore
Sorry, something went wrong.
Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com>
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
* feat:Add spring-mysql-redis to samples java Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com> * remove .idea and target folder Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com> * add .idea and target to gitignore Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com> * add .idea and target to gitignore Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com> * remove reports from .gitignore Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com> --------- Signed-off-by: Hermione Dadheech <hermionedadheech@gmail.com> Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com>
| Back | FazBrowse Home | New Git URL |
Description
This PR introduces a new sample application named spring-mysql-redis to the samples-java repository. The application is a simple to-do list manager that demonstrates the integration of key technologies: Spring Boot, MySQL, and Redis.
Spring Boot: Used as the main framework to build the application, providing a robust and flexible foundation for web applications.
MySQL: Serves as the relational database to store persistent data, such as to-do items.
Redis: Implemented as a caching layer to optimize database access and improve performance by storing frequently accessed data.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Additional Context (Please include any Screenshots/gifs if relevant)
...
Checklist: