LoginSignup
2
2

More than 5 years have passed since last update.

STS(Spring Tool Suite)™をインストールする(Windows10)

Last updated at Posted at 2016-08-31

STSとは

(引用:http://spring.io/)
The Spring Tool Suite is an Eclipse-based development environment that is customized for developing Spring applications. It provides a ready-to-use environment to implement, debug, run, and deploy your Spring applications, including integrations for Pivotal tc Server, Pivotal Cloud Foundry, Git, Maven, AspectJ, and comes on top of the latest Eclipse releases.
Included with the Spring Tool Suite is the developer edition of Pivotal tc Server, the drop-in replacement for Apache Tomcat that's optimized for Spring. With its Spring Insight console, tc Server Developer Edition provides a graphical real-time view of application performance metrics that lets developers identify and diagnose problems from their desktops.

The Spring Tool suite supports application targeting to local, virtual and cloud-based servers. It is freely available for development and internal business operations use with no time limits, fully open-source and licensed under the terms of the Eclipse Public License.

STS(Spring Tool Suite)とは、Springアプリケーションの開発用にカスタマイズされた、Eclipseベースの開発環境です。とのこと。

Eclipseのプラグインとしてインストールすることもできますが、単独起動のほうがいくらかサクサクらしいので、今回はこっちで試してみます。
標準でもいろいろなプラグインが入っていて、Spring開発にはかなり便利なようです。
Eclipse同様、日本語化が可能ですが、どうせサイトは英語ばっかりなので英語慣れしましょう。

インストール手順

環境

  • OS : Windows10(64bit)
  • Java8
  • C:\から近いところを開発ディレクトリとします

手順

【ステップ①】
以下より、STSのスタンドアロン版をダウンロードします。

http://spring.io/tools/sts
image

上記のボタンでは32bit環境版がダウンロードされますので、
64bit環境を使っている場合、下の"See All Versions"をクリックして、
64bit対応版をダウンロードする必要があるみたいです。
image

【ステップ②】
ダウンロードしたzipを解凍します。
このとき、パスが長すぎると怒られるので、名前変更をしておきましょう!
(解凍場所も注意すること!!)
image

【ステップ③】
解凍したフォルダ内の「STS.exe」で起動します。
image

image

あとは、Eclipseと同じです。ベースはEclipseなので使い慣れている人には問題ないでしょう^^

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