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: 5 months ago
JSON representation

Various lightweight micro-services.

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
```