LoginSignup
1
0

More than 1 year has passed since last update.

STS環境構築

Last updated at Posted at 2022-07-04

環境

項目 バージョン
OS Windows10
STS 4.15.1

STSをダウンロード~起動

  1. 下記から使用しているOSの「Spring Tools 4 for Eclipse」を押下する。
    https://spring.io/tools

  2. ダウンロードしたjarファイルをダブルクリック、あるいはコマンドプロンプトで下記を実行し、STSを展開する。

    1. commond
       java -jar {ダウンロードしたjarファイル}
       # ex) java -jar ./spring-tool-suite-4-4.15.1.RELEASE-e4.24.0-win32.win32.x86_64.self-extracting.jar
      
      
  3. 展開したフォルダは適当なフォルダに格納する。

  4. 「SpringToolSuite4.exe」を実行する。

STSを日本語化

  1. 下記の「Pleiades プラグイン・ダウンロード」から使用しているOSを押下する。
    https://mergedoc.osdn.jp/
  2. zipファイルを展開する。
  3. 「setup.exe」を実行する。
  4. 「日本語化するアプリケーション」でSTSの「SpringToolSuite4.exe」を選択する。
    image.png
    image.png
  5. 「日本語化する」を押下する。
  6. STSを起動する。
    image.png

STSの設定

(作成中)

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