Skip to content

Backend template built in Kotlin + Spring Boot + Hibernate

Notifications You must be signed in to change notification settings

MarioFronza/kotlin-spring-boot-template

Repository files navigation

Kotlin + Spring Boot Template


This project was created to demonstrate a simple application built with Kotlin + Spring Boot including CRUD operations, authentication, routing, and more.

Features

The application was built with:

  • Kotlin as programming language
  • Spring Boot as web framework
  • Jackson as data bind serialization/deserialization
  • JJWT JSON Web Token for Java implementation
  • Hibernate as ORM to persistence layer

Tests:

Getting started

You need just JVM installed.

The server is configured to start on 8080.

Build:

./gradlew clean build

Start the server:

./gradlew run

Contributing

Feel free to open a issue or submit a pull request for any bugs/improvements.

About

Backend template built in Kotlin + Spring Boot + Hibernate

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages