`

Spring MVC +MyBatis3全注解实例详解

 
阅读更多
Spring MVC 3.0.5+Spring 3.0.5+MyBatis3.0.4全注解实例详解(一):http://www.blogjava.net/bolo/archive/2011/05/23/349655.html
如何配置 Eclipse,Maven,Jetty并运行工程.如是使用Tomcat的话,改插件为:http://tomcat.apache.org/maven-plugin-2.1-SNAPSHOT/
<pluginManagement>
      <plugins>
        <plugin>
          <groupId>org.apache.tomcat.maven</groupId>
          <artifactId>tomcat6-maven-plugin</artifactId>
          <version>2.1-SNAPSHOT</version>
        </plugin>
        <plugin>
          <groupId>org.apache.tomcat.maven</groupId>
          <artifactId>tomcat7-maven-plugin</artifactId>
          <version>2.1-SNAPSHOT</version>
        </plugin>
      </plugins>
    </pluginManagement>



Spring MVC 3.0.5+Spring 3.0.5+MyBatis3.0.4全注解实例详解(二):http://www.blogjava.net/bolo/archive/2011/06/01/351028.html

Spring MVC 3.0.5+Spring 3.0.5+MyBatis3.0.4全注解实例详解(三):http://www.blogjava.net/bolo/archive/2011/08/04/352845.html

Spring MVC 3.0.5+Spring 3.0.5+MyBatis3.0.4全注解实例详解(四):http://www.blogjava.net/bolo/archive/2012/04/22/356210.html

Spring MVC 3.0.5+Spring 3.0.5+MyBatis3.0.4全注解实例详解(五):http://www.blogjava.net/bolo/archive/2012/04/23/370816.html

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics