Spring:MVC: Unterschied zwischen den Versionen

Aus Alexander's Wiki
Zeile 7: Zeile 7:
== Erstellung ==
== Erstellung ==
* Eclipse mit neuem Workspace öffnen, z.B. analog folgende Verknüpfung:
* Eclipse mit neuem Workspace öffnen, z.B. analog folgende Verknüpfung:
<syntaxhighlight line style="margin-left: 6em;" lang="bash">
<syntaxhighlight line lang="bash">
E:\Entwicklungsumgebungen\eclipse-jee-neon-x64\eclipse.exe -data "E:\Entwicklungsumgebungen\data_and_configuration\data\PRIVAT\SpringMVC-simple" -configuration "E:\Entwicklungsumgebungen\data_and_configuration\configuration\PRIVAT\SpringMVC-simple"
E:\Entwicklungsumgebungen\eclipse-jee-neon-x64\eclipse.exe -data "E:\Entwicklungsumgebungen\data_and_configuration\data\PRIVAT\SpringMVC-simple" -configuration "E:\Entwicklungsumgebungen\data_and_configuration\configuration\PRIVAT\SpringMVC-simple"
</syntaxhighlight>
</syntaxhighlight>
* File/New/Dynamic Web Project
** Project Name setzen, z.B. SpringMVCTutorial
** Target Runtime -> Apache Tomcat 8.5

Version vom 11. November 2016, 21:27 Uhr

Umgebung

  • Java JDK 1.8
  • Tomcat
  • Eclipse JEE Version
  • Maven (Spring kommt als Maven dependency)

Erstellung

  • Eclipse mit neuem Workspace öffnen, z.B. analog folgende Verknüpfung:
E:\Entwicklungsumgebungen\eclipse-jee-neon-x64\eclipse.exe -data "E:\Entwicklungsumgebungen\data_and_configuration\data\PRIVAT\SpringMVC-simple" -configuration "E:\Entwicklungsumgebungen\data_and_configuration\configuration\PRIVAT\SpringMVC-simple"
  • File/New/Dynamic Web Project
    • Project Name setzen, z.B. SpringMVCTutorial
    • Target Runtime -> Apache Tomcat 8.5