回答編集履歴
1
追記
answer
CHANGED
@@ -22,4 +22,25 @@
|
|
22
22
|
|
23
23
|
Spring MVCプロジェクトを作成するには、もう少し手順を踏まなければならないので、以下のキーワードで調べてみてください。
|
24
24
|
|
25
|
-
"eclipse spring mvc プロジェクト作成"
|
25
|
+
"eclipse spring mvc プロジェクト作成"
|
26
|
+
|
27
|
+
**追記**
|
28
|
+
|
29
|
+
Eclipseのバージョンを変えられないということでしたので、プラグインが使えるかどうか調べてみました。
|
30
|
+
|
31
|
+
マーケットプレースで検索できる以下のプラグインはいずれもEclipse 4.4をサポートしていません。
|
32
|
+
|
33
|
+
[SpringSource Tool Suite (STS) for Eclipse Helios (3.6)](https://marketplace.eclipse.org/content/springsource-tool-suite-sts-eclipse-helios-36)
|
34
|
+
|
35
|
+
> Eclipse Versions: Previous to Juno (<=4.1)
|
36
|
+
> Platform Support: Windows, Mac, Linux/GTK
|
37
|
+
|
38
|
+
[Spring Tools 3 (Standalone Edition)](https://marketplace.eclipse.org/content/spring-tools-3-standalone-edition#group-details)
|
39
|
+
|
40
|
+
> Eclipse Versions: 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9)
|
41
|
+
> Platform Support: Windows, Mac, Linux/GTK
|
42
|
+
|
43
|
+
[Spring Tools 4 - for Spring Boot (aka Spring Tool Suite 4)](https://marketplace.eclipse.org/content/spring-tools-4-spring-boot-aka-spring-tool-suite-4)
|
44
|
+
|
45
|
+
> Eclipse Versions: 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9)
|
46
|
+
> Platform Support: Windows, Mac, Linux/GTK
|