摘要: 1.创建EmployeeService.java(com.imooc.oa.service) package com.imooc.oa.service; import com.imooc.oa.entity.Employee; import com.imooc.oa.mapper.EmployeeM 阅读全文
posted @ 2022-12-10 17:28 李林林 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 1.index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>慕课网办公OA系统</title> <!-- 引入样式 --> <link rel="stylesheet" type="text/c 阅读全文
posted @ 2022-12-10 17:17 李林林 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 1.常用注解 2.使用流程 2.1 com.imooc.mybatis.dao包下创建接口 package com.imooc.mybatis.dao; import com.imooc.mybatis.dto.GoodsDTO; import com.imooc.mybatis.entity.Go 阅读全文
posted @ 2022-12-10 16:50 李林林 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 1. goods.xml <!--INSERT INTO table--><!--VALUES ("a" , "a1" , "a2"),("b" , "b1" , "b2"),(....)--><insert id="batchInsert" parameterType="java.util.Lis 阅读全文
posted @ 2022-12-10 16:35 李林林 阅读(30) 评论(0) 推荐(0) 编辑