随笔分类 -  电商类

电商类
摘要:电商后端管理系统基本模块介绍 一、商品分类管理 二、电商首页配置管理 电商首页配置管理包括: 1.商品轮播图管理 2.热销商品管理 3.新品上线管理 4.为你推荐管理 都是直接添加商品的,只是商品在电商首页展示的位置和效果有区别而已 三、商品管理 对网站中的商品进行维护, 主要维护数据包括 商品分类 阅读全文
posted @ 2024-07-18 21:05 vello 阅读(30) 评论(0) 推荐(0) 编辑
摘要:一、加入验证码依赖包 com.github.whvcse easy-captcha 1.6.2 二、实现验证码控制层 @GetMapping("/common/kaptcha") public void defaultKaptcha(HttpServletRequest httpServletReq 阅读全文
posted @ 2024-07-18 17:21 vello 阅读(96) 评论(0) 推荐(0) 编辑
摘要:一、增加拦截器 @Component public class AdminLoginInterceptor implements HandlerInterceptor { @Override public boolean preHandle(HttpServletRequest request, H 阅读全文
posted @ 2024-07-18 15:29 vello 阅读(158) 评论(0) 推荐(0) 编辑
摘要:一、添加mysql驱动 mysql mysql-connector-java 二、添加MyBatis依赖 org.mybatis.spring.boot mybatis-spring-boot-starter 3.0.1 三、添加配置 spring: datasource: name: xx-dat 阅读全文
posted @ 2024-07-18 14:16 vello 阅读(310) 评论(0) 推荐(0) 编辑
摘要:以下是一个简单的Spring Boot整合Thymeleaf的入门案例: 1.创建一个Spring Boot项目,并添加Thymeleaf依赖。 org.springframework.boot spring-boot-starter-thymeleaf org.springframework.bo 阅读全文
posted @ 2024-07-18 10:43 vello 阅读(107) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示