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 are build via vuepress from the folder tps
In order to run the docs locally, first install the dependencies.
yarnThen launch a live server
yarn serveOr build the app:
yarn build