alwayswanna / reactive-articles-sample

Pet-project. Sample spring-oauth-starter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐸 reactive-articles-sample 🐸

Group of microservices that has communication using RabbitMQ, as well as authorization according to the OAuth2 standard.


article-checker

Checks for the presence of exception words in articles. The list of exception words is defined in application.yaml. (Does not have any web layer.)
URI: http://127.0.0.1:8090


article-common

Common module with models.


article-app

Implements an API for creating, modifying, and deleting articles.
URI: http://127.0.0.1:8085/swagger-ui.html


oauth2-manager

Implements a user management mechanism on the authorization server.
URI: http://127.0.0.1:8077/swagger-ui.html


oauth-security-server

User authorization server, issuer of JWT tokens.
URI: http://localhost:9001/

About

Pet-project. Sample spring-oauth-starter.


Languages

Language:Java 68.3%Language:Kotlin 31.5%Language:Dockerfile 0.2%