LoginSignup
2
2

【VSCode+SpringBoot】SpringBootでAPIを作る①

Last updated at Posted at 2023-12-11

はじめに

SpringBootAPIを作成するための環境構築

環境

  • Windows10(11でも可)
  • Visual Studio Code
  • SpringBoot

環境構築

1.VSCodeダウンロード

2.拡張機能インストール
「Ctrl + Shift + X」で拡張機能の検索バーを出す

「Java Extension Pack」と入力し検索
image.png

Java Extention Packをインストール
image.png
Java開発で使う基本的な拡張機能が詰まっている

3.プロジェクト作成
「検索」をクリック
image.png

「> spring」と入力し「Spring Initializr:Create a Maven Project」をクリック
image.png

バージョンを選択
image.png

言語を選択(今回はJavaを採用)
image.png

なんか出てくるので適当にEnter連打(チーム開発の場合はリーダーに聞く)
image.png
image.png

ここはお好きなほうでOK!
image.png

Javaのバージョンを選択
image.png

他に入れるフレームワークを選択(なければEnter)
image.png

保存するフォルダを選択(なければ作成)
image.png

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2