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:
<source lang="bash">
<syntaxhighlight line style="margin-left: 6em;" 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"
</source>
</syntaxhighlight>

Version vom 11. November 2016, 21:09 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"