Skip to content

mathieumure/handson-springboot-to-kotlin

Repository files navigation

Hands on Spring boot to kotlin

In this handson you will start from a maven spring boot application written in java and step by step, you will migrate to a kotlin application

Clone or download this repository and follow the exercices

Docs

Docs are build via vuepress from the folder tps

In order to run the docs locally, first install the dependencies.

yarn

Then launch a live server

yarn serve

Or build the app:

yarn build