SSM
未读
selectKey 的使用
在项目中需要获取插入记录之后的自增ID,可以使用mybaltis中的selectKey <insert id="insert" parameterType="top.wmgx.test.user">
<!--selectKey 会将 SELECT LAST_INSERT_ID()的结果放入
SSM
未读
spring MVC 续
@RequsetMapping @RequestMapping注解用于映射url到控制器类 package top.wmgx.controller;
import org.springframework.stereotype.Controller;
import org.springframewo
SSM
未读
spring MVC
1. 导入基础支持 <dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.1
SSM
未读
第一个mybatis
简介 Maven仓库 Maven地址 <!-- https://mvnrepository.com/artifact/org.mybatis/mybatis -->
<dependency>
<groupId>org.mybatis</groupId>
<