Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/himash79/spring-boot-intergrate-with-keycloak

Build restful web services using Spring boot and authenticate uses with Keycloak and perform operation with MYSQL.
https://github.com/himash79/spring-boot-intergrate-with-keycloak

crud jpa-hibernate keycloak mysql oauth2-authentication spring-boot spring-security

Last synced: 11 days ago
JSON representation

Build restful web services using Spring boot and authenticate uses with Keycloak and perform operation with MYSQL.

Awesome Lists containing this project

README

        

# Spring-boot-intergrate-with-keycloak
Build restful web services using Spring boot and authenticate uses with Keycloak and perform operation with MYSQL.

## Requirements

01) Java 11
02) Maven 3.8
03) MYSQL
04) Keycloak

## Project setup

01) Clone the project

https://github.com/himash79/Spring-boot-intergrate-with-keycloak.git

02) Configure Keycloak enviroment

Follow the steps on `Config.txt` file

03) Configure Database

Execute DB script file

04) Clean and build the project using maven

open command line (CMD) in project directory and execute 'mvn clean install'

05) Open project using intelij / eclipse.

06) Expose Rest APIs and retrieve responses.