1.0 spring-mvc-showcase

 

https://github.com/spring-projects/spring-mvc-showcase

 

From the command line with Maven:

$ cd spring-mvc-showcase
$ mvn tomcat7:run [-Dmaven.tomcat.port=<port no.>] (In case 8080 is busy] 

 

Import as maven project

 

error:

1.Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:aspectj-maven-plugin:1.2:compile (execution: default, phase: process-sources)

 

2.Plugin execution not covered by lifecycle configuration: org.codehaus.mojo:aspectj-maven-plugin:1.2:test-compile (execution: default, phase: process-test-sources)

 

http://download.eclipse.org/technology/m2e/releases

http://objectledge.org/confluence/display/TOOLS/M2E+Connectors

discover m2e plugin

apt m2e connector

 

 

你可能感兴趣的:(spring)