摘要:
功能1:查询所有 ResultMap准备: 点击查看代码 <resultMap id="brandResultMap" type="brand"> <result property="brandName" column="brand_name" /> <result property="compan 阅读全文
posted @ 2025-02-17 19:07
Moonbeamsc
阅读(8)
评论(0)
推荐(0)
摘要:
以下是数据库层面的准备: Sql语句: 点击查看代码 -- 删除tb_brand表 drop table if exists tb_brand; -- 创建tb_brand表 create table tb_brand ( -- id 主键 id int primary key auto_incre 阅读全文
posted @ 2025-02-17 15:30
Moonbeamsc
阅读(5)
评论(0)
推荐(0)
摘要:
以下为基础环境准备: mybatis-config.xml 点击查看代码 <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE configuration PUBLIC "-//mybatis.org//DTD Config 3.0//EN" "http 阅读全文
posted @ 2025-02-17 15:28
Moonbeamsc
阅读(6)
评论(0)
推荐(0)

浙公网安备 33010602011771号