8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
该项目主要是完成商品信息管理系统的开发,该系统分为用户管理、仪表盘管理、商品管理以及订单管理模块。前端界面采用BootStrap、JQuery框架。后端使用了SpringBoot、Thymeleaf、Mybatis的架构,还有通过拦截器实现反SQL注入,防止用户输入SQL敏感字符串,使用Spring AOP的方式计算并打印各种方法的耗时日志,有利于后续的代码优化。数据库使用了MySQL、Mo…