rejwan052 / spring-cloud-with-keycloak

PoC application, which demonstrates Spring Cloud & Keycloak integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Cloud With Keycloak

Development Setup

Before you start export environment variable:

export CONFIG_SERVICE_PASSWORD

For correct local keycloak work you should add the following to /etc/hosts

127.0.0.1 localhost gateway keycloak

Build and run project:

# build project
mvn clean package
# run
docker-compose up

To rebuild docker images use:

docker-compose build

Kibana default index pattern - cloud-*

Important endpoints

About

PoC application, which demonstrates Spring Cloud & Keycloak integration

License:MIT License


Languages

Language:Java 78.4%Language:Dockerfile 21.6%