Update Home
parent
13515db00e
commit
9831c7f564
23
Home.md
23
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]]
|
||||
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.
|
Loading…
Reference in New Issue
Block a user