当前位置:网站首页>[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

边栏推荐
猜你喜欢

redis中常见的问题(缓存穿透,缓存雪崩,缓存击穿,redis淘汰策略)

OpenCV如何实现Sobel边缘检测

2022 中国算力大会发布“创新先锋”优秀成果

Slipper —— 虚点,最短路

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

Eight things to pay attention to in spot silver

Vant3 - click on the corresponding name name to jump to the next page corresponding to the location of the name of the TAB bar

typescript54 - generic constraints

一文参透分布式存储系统Ceph的架构设计、集群搭建(手把手)

nodejs安装及环境配置
随机推荐
boot issue
研究生新生培训第四周:MobileNetV1, V2, V3
typescript55-泛型约束
手撕Gateway源码,今日撕工作流程、负载均衡源码
Mvc、Mvp和Mvvm
600MHz频段来了,它会是新的黄金频段吗?
2023年航空航天、机械与机电工程国际会议(CAMME 2023)
vxe-table 从页面批量删除数据 (不动数据库里的数据)
typescript48-函数之间的类型兼容性
2015年开源大事件汇总
咱们500万条数据测试一下,如何合理使用索引加速?
多渠道打包
因为一次bug的教训,我决定手撕Nacos源码(先撕客户端源码)
nodejs切换版本使用(不需要卸载重装)
【性能优化】MySQL性能优化之存储引擎调优
C# WPF设备监控软件(经典)-下篇
面试必问的HashCode技术内幕
nodeJs--async/await
Observability:你所需要知道的关于 Syslog 的一些知识
全面讲解 Handler机制原理解析 (小白必看)