JPBlancoDB / kotlin-spring-users

Demo using Kotlin with Spring for handling users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo Kotlin+Spring

Demo application for handling users and authorization with jwt.

Pre-requisites

Getting started

Migrations

Migration project boilerplate and migration files were generated with Liquibase-CLI

  1. Rename liquibase.properties.sample to liquibase.properties and modify accordingly.

  2. For running migrations, execute the following in your console:

cd migrations && liquibase update

Run the app

  1. Add your DB credentials in application.yml

  2. Execute in your console

./gradlew bootRun

About

Demo using Kotlin with Spring for handling users


Languages

Language:Kotlin 100.0%