diff --git a/Home.md b/Home.md index bc1c643..4de9469 100644 --- a/Home.md +++ b/Home.md @@ -3,14 +3,19 @@ gitea: none include_toc: true --- -Welcome to the Wiki. +This repo is my first attempt to learn `SpringBoot` following [this](https://spring.academy/courses/building-a-rest-api-with-spring-boot/lessons/introduction) tutorial. The setup is Visual Code IDE alongside with [SpringBoot](https://code.visualstudio.com/docs/java/java-spring-boot) plugin. -A link to a sub folder page: -[[subfolder\/Note1]] +# Spring Initializr -# heading 1 -bla bla -## sub heading 1.1 -bla bla -# heading 2 -a link to the [[testPage]] \ No newline at end of file +In VsCode press `cmd+shif+p` and type `Spring Initilizr`. Choose: +- Gradle Project +- _SpringBoot version:_ latest (3.1.1) +- _project language:_ Java +- _group id:_ djmil +- _artifact id (aka project name):_ cashcard +- _packaging type:_ jar +- _java version:_ 17 +- _dependencies:_ + - SpringWeb + +Essentially, this will generate a default minimalisttic jet functional SpringBoot project. \ No newline at end of file