https://github.com/shubhamv108/item-store
https://github.com/shubhamv108/item-store
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shubhamv108/item-store
- Owner: shubhamv108
- Created: 2022-10-02T19:56:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T22:41:00.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T22:44:48.898Z (8 months ago)
- Language: Java
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#### Start Redis
Port: 6379Set redis configuration in file at path src/main/resources/application.conf
#### Build
./gradlew build#### Run
java -jar ./build/libs/item-store-1.0-SNAPSHOT.jar