himash79 / Spring-boot-intergrate-with-keycloak

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring-boot-intergrate-with-keycloak

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

Requirements

  1. Java 11
  2. Maven 3.8
  3. MYSQL
  4. Keycloak

Project setup

  1. Clone the project

    https://github.com/himash79/Spring-boot-intergrate-with-keycloak.git
    
  2. Configure Keycloak enviroment

    Follow the steps on `Config.txt` file
    
  3. Configure Database

    Execute DB script file
    
  4. Clean and build the project using maven

    open command line (CMD) in project directory and execute 'mvn clean install'
    
  5. Open project using intelij / eclipse.

  6. Expose Rest APIs and retrieve responses.

About

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


Languages

Language:Java 100.0%