Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| public:computer:spring_tools [2021/11/19 11:57] – alex | public:computer:spring_tools [2022/05/26 11:59] (current) – alex | ||
|---|---|---|---|
| Line 75: | Line 75: | ||
| * [[https:// | * [[https:// | ||
| + | |||
| + | ==== command line argument ==== | ||
| + | * 실행 시 워크스페이스 지정 <sxh bash> | ||
| + | C: | ||
| + | </ | ||
| ===== for Visual Studio Code ===== | ===== for Visual Studio Code ===== | ||
| Line 84: | Line 89: | ||
| ==== Create Project ==== | ==== Create Project ==== | ||
| - | * Command Palette (⌘ + ⇧ + P); spring initializr | + | * Command Palette (⌘ + ⇧ + P, Ctrl+Shift+P); spring initializr |
| - Choose One(Add Starters/ | - Choose One(Add Starters/ | ||
| - Specify Spring Boot version; | - Specify Spring Boot version; | ||
| Line 96: | Line 101: | ||
| * **Spring Web** (*) | * **Spring Web** (*) | ||
| - Choose Directory to make a project | - Choose Directory to make a project | ||
| + | |||
| + | * [[http:// | ||