知行合一

博客园 首页 新随笔 联系 订阅 管理

2021年3月6日 #

摘要: 一、数据表结构 create table `foodie-shop-dev`.items ( id varchar(64) not null comment '商品主键id' primary key, item_name varchar(32) not null comment '商品名称 商品名称 阅读全文
posted @ 2021-03-06 10:04 callbin 阅读(951) 评论(0) 推荐(0) 编辑

摘要: 一、脱敏工具类 package com.imooc.utils; import sun.applet.Main; /** * 通用脱敏工具类 * 可用于: * 用户名 * 手机号 * 邮箱 * 地址等 */ public class DesensitizationUtil { private sta 阅读全文
posted @ 2021-03-06 06:22 callbin 阅读(262) 评论(0) 推荐(0) 编辑

摘要: 一、SpringBoot 整合 mybatis-pagehelper 1.引入分页插件依赖 <!--pagehelper --> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pagehelper-spring-b 阅读全文
posted @ 2021-03-06 00:12 callbin 阅读(181) 评论(0) 推荐(0) 编辑