Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jveverka/microprojects
Various lightweight micro-services.
https://github.com/jveverka/microprojects
mongodb oauth2-authentication spring webflux
Last synced: 26 days 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 (over 4 years ago)
- Default Branch: spring-3
- Last Pushed: 2024-07-28T10:07:10.000Z (4 months ago)
- Last Synced: 2024-10-03T16:24:21.878Z (about 1 month ago)
- Topics: mongodb, oauth2-authentication, spring, webflux
- Language: Java
- Homepage:
- Size: 28.9 MB
- Stars: 4
- Watchers: 2
- 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
```