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

边栏推荐
猜你喜欢
随机推荐
MATLAB三维绘图命令plot3入门
共享新能源充电桩充电站建设需要些什么流程及资料?
LeetCode third topic (the Longest Substring Without Repeating Characters) trilogy # 3: two optimization
Observability:你所需要知道的关于 Syslog 的一些知识
特征值与特征向量
Vant3—— 点击对应的name名称跳转到下一页对应的tab栏的name的位置
阿里云技术专家邓青琳:云上跨可用区容灾和异地多活最佳实践
电子制造企业部署WMS仓储管理系统的好处是什么
jmeter分布式压测
thinkphp 常用技巧
NLP resources that must be used for projects [Classified Edition]
扩展卡尔曼滤波EKF
GNSS文章汇总
pcl点云数据 转化为 Eigen::Map
typescript56 - generic interface
C 学生管理系统_添加学生
研究生新生培训第四周:MobileNetV1, V2, V3
114. How to find the cause of Fiori Launchpad routing error by single-step debugging
fsdbDump用法
boot issue









