haraldreingruber-dedalus / spring-keycloak-exercise

An exercise playground to add keycloak authentication to a spring app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring PetClinic Sample application setup automated

Petclinic is a Spring Boot application built using Maven.

Table of Contents

Run petclinic on Gitpod

Start coding in a ready-to-code development environment

Setup Gitpod integration with Jetbrains Gateway using the instructions given in this doc.

Click the button below to start a new workspace on Gitpod which will automatically open the workspace in IntelliJ IDEA through JetBrains Gateway.

Push

Or you can run it from Maven directly using the Spring Boot Maven plugin. If you do this it will pick up changes that you make in the project immediately (changes to Java source files require a compile as well - most people use an IDE for this):

./mvnw spring-boot:run

Get Started With Your Own Project

To get started with Spring Boot on Gitpod, add a .gitpod.yml file which contains the configuration to improve the developer experience on Gitpod. To learn more, please see the Getting Started documentation.

Community Support

For any help refer to Gitpod documentation. If you have any additonal questions, you can use one of these channels:

Discord

GitHub issues

Twitter Follow

About

An exercise playground to add keycloak authentication to a spring app.


Languages

Language:Java 76.8%Language:HTML 13.4%Language:Less 7.3%Language:Shell 2.5%