Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 539 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 539 Bytes

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