https://github.com/jveverka/microprojects
Various lightweight micro-services.
https://github.com/jveverka/microprojects
mongodb oauth2-authentication spring webflux
Last synced: 5 months ago
JSON representation
Various lightweight micro-services.
- Host: GitHub
- URL: https://github.com/jveverka/microprojects
- Owner: jveverka
- License: mit
- Created: 2020-05-04T21:19:22.000Z (about 6 years ago)
- Default Branch: spring-3
- Last Pushed: 2025-01-23T10:25:26.000Z (over 1 year ago)
- Last Synced: 2025-04-23T23:37:06.727Z (about 1 year ago)
- Topics: mongodb, oauth2-authentication, spring, webflux
- Language: Java
- Homepage:
- Size: 28.9 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Environment
* Java 21 or higher
* Gradle 8.0 or higher
### Build & Test
```shell
gradle clean build test
gradle --warning-mode all clean build test
```