1
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

VisualStudioCodeでSpring Boot開発(設定)

Last updated at Posted at 2023-02-11

前回はJDKのインストールから開始しました。
https://qiita.com/12krio@github/items/0b39cfb43cc07b40b679


以下を設定してみる
https://code.visualstudio.com/docs/java/java-spring-boot

Javaの拡張パックはインストール済みであるため
SpringBoot拡張パックをインストールします。
image.png

'Spring Boot Extension Pack'を拡張機能で検索しインストール
image.png

'vscode-spring-initializr'を拡張機能で検索しインストール
image.png

コマンドパレットで'Spring'で検索。Gradleで作成。
image.png

bootのバージョン3.0,2を指定
image.png

Javaを選択
image.png

パッケージを指定
image.png

Artifact Id(プロジェクトに割り当てる固有のID)を指定
image.png

Jar or Warを選択。(Appに組み込むか、AppをDeployするかの違いですね)Jarを選択。
image.png

LTSがある17を選択
image.png

ライブラリ依存性を選択。マウスでクリックorEnterで利用するものを選択
image.png

フォルダに生成
image.png

ボタンをクリック
image.png

生成されたプロジェクト
image.png

image.png

image.png

mavenでも作成してみました。Spring Webが最初からレコメンドされますね。違いなんでしょうか・・。
image.png

VSCでの開発を進める上で詰まるところはほとんどない印象です。
普段、IntelliJ IDEAを利用していますが、一旦これで開発一通りできそうな雰囲気がありますね。

もう少し触ってみようと思います。

1
4
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
1
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?