Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-intergrate-with-keycloak
- Owner: himash79
- Created: 2022-11-05T19:04:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-05T19:13:08.000Z (about 2 years ago)
- Last Synced: 2024-11-21T04:11:58.555Z (2 months ago)
- Topics: crud, jpa-hibernate, keycloak, mysql, oauth2-authentication, spring-boot, spring-security
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 enviromentFollow the steps on `Config.txt` file
03) Configure DatabaseExecute DB script file
04) Clean and build the project using mavenopen command line (CMD) in project directory and execute 'mvn clean install'
05) Open project using intelij / eclipse.
06) Expose Rest APIs and retrieve responses.