当前位置:网站首页>[store mall project 01] environment preparation and testing
[store mall project 01] environment preparation and testing
2022-08-04 01:01:00 【fisherman abu】
Article table of contents
1. Project Analysis
Project functions: login, registration, hot-selling products, user management (password, personal information, avatar, shipping address), shopping cart (display, add, delete), order module
Development sequence: registration, login, user management, shopping cart, commodity, order module
Development sequence of a module:
Persistence layer development: plan related SQL statements according to the settings of the front-end page, and configure them
Business layer development: core function control, business operation and exception handling
Control layer development: receive requests, process responses
Front-end development: JS, Query, AJAX these technologies to connect the background
2. The basic environment of the project
JDK: version 1.8 and above
maven: need to configure to idea, version 3.6.1 and above
Database: MySQL, version 5.1 and above is required
Development platform: idea development
3. Project Creation


4. Database connection
4.1 Configuring Data Sources
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driverspring.datasource.url=jdbc:mysql://localhost:3306/store?serverTimezone=UTCspring.datasource.username=rootspring.datasource.password=root4.2 database creation

5. Import static pages

6. Test the system

边栏推荐
猜你喜欢

电子组装行业对MES管理系统的需求分析

七夕佳节即将来到,VR全景云游为你神助攻

ES6高级-迭代器与生成器的用法

2022年上半年各大厂Android面试题整理及答案解析(持续更新中......)

Analysis of usage scenarios of mutex, read-write lock, spin lock, and atomic operation instructions xaddl and cmpxchg

typescript54-泛型约束

jmeter跨平台运行csv等文件

【超详细】手把手教你搭建MongoDB集群搭建

typescript48 - type compatibility between functions
观察者模式
随机推荐
Electronics manufacturing enterprise deployment WMS what are the benefits of warehouse management system
Jmeter cross-platform operation CSV files
DataBinding下的RecycleView适配器Adapter基类
【详细教程】一文参透MongoDB聚合查询
如何用C语言代码实现商品管理系统开发
卡尔曼滤波器KF
boot issue
redis中常见的问题(缓存穿透,缓存雪崩,缓存击穿,redis淘汰策略)
微服务的简单介绍
GNSS【0】- 专题
MATLAB三维绘图命令plot3入门
Apache DolphinScheduler新一代分布式工作流任务调度平台实战-中
越来越火的图数据库到底能做什么?
ENS域名注册量创历史新高 逆市增长之势?光环之下存在炒作风险
Spinnaker调用Jenkins API 返回403错误
WMS仓储管理系统能解决电子行业哪些仓库管理问题
MySQL回表指的是什么
【超详细】手把手教你搭建MongoDB集群搭建
typescript53 - generic constraints
typescript58-泛型类