Skip to content

Micronaut boilerplate with database, registrations, json web tokens + refresh-tokens and some more in kotlin

License

Notifications You must be signed in to change notification settings

jonaznas/micronaut-jwt-kotlin-boilerplate

Repository files navigation

🌌 Micronaut + JWT + Kotlin

A boilerplate with configured json web tokens + registration system

Libraries used:

🛠 Installation

  1. Open the project in Intellij IDEA

  2. Change dev.jonaz.server to your awesome package name

    In Intellij IDEA select the package and press SHIFT + F6. After that open the build.gradle.kts and change the group variable to the same path.

  3. Create a new Kotlin run/debug configuration

    • VM options:

      -Dmicronaut.environments=dev
      
    • Environment variables:

      set up environment variables

    • Launch before:

      Click add and select "Run Gradle Task"

      select run gradle task

      Type classes into the "Tasks" field

      type classes

About

Micronaut boilerplate with database, registrations, json web tokens + refresh-tokens and some more in kotlin

Topics

Resources

License

Stars

Watchers

Forks