https://github.com/hikmetkutuk/spring-boot-develop
https://github.com/hikmetkutuk/spring-boot-develop
auth aws-s3 docker jpa-auditing jwt-token lombok postgresql redis-cache role-based-authorization spring spring-boot unit-testing validation
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hikmetkutuk/spring-boot-develop
- Owner: hikmetkutuk
- Created: 2024-02-29T11:03:57.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-09-09T14:16:44.000Z (almost 2 years ago)
- Last Synced: 2025-06-03T23:31:36.995Z (about 1 year ago)
- Topics: auth, aws-s3, docker, jpa-auditing, jwt-token, lombok, postgresql, redis-cache, role-based-authorization, spring, spring-boot, unit-testing, validation
- Language: Java
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README









---
- [x] Jwt Auth
- [x] Revoke Token
- [x] Logout
- [x] Refresh Token
- [x] Roles and Permissions Based Authorization
- [x] Unit Test
- [x] Redis Cache
- [x] Request Body Validation
- [x] Messaging with RabbitMQ
- [x] Jpa Auditing
- [x] Swagger Doc
- [x] File Upload/Object Storage
- [x] Generate QR Code
- [ ] Schedule Tasks
- [x] Code Formatting with Spotless
- [ ] Monitoring Application
- [ ] Log Management
---
### Running Spotless
``
mvn spotless:check
``
``
mvn spotless:apply
``