Idea version SSM student information management system (with video source code and import tutorial)

Idea version SSM student information management system (with video source code and import tutorial)

Baidu network disk video link
https://pan.baidu.com/s/1fETBfK53y59KY4u47V_SFQ Extraction code: 7659
Source link
Extraction code: vijp

1. Project introduction

 (1)使用技术
     SSM框架+Jsp+EasyUI+jQuery+Ajax
(2)开发环境
 	系统环境:Windows 10
	开发工具:idea 2019.3
	Java版本:JDK 1.8
	服务器:tomcat 8.5
	数据库:MySQL 5.7
	数据库管理工具:Navicat for MySQL
	项目构建工具:maven 3.5
(3) 项目展示

Login interface (user name is admin, password is admin)

main page
main page

Project structure
Insert picture description here

2 import tutorial

(1)点击File 里面的open

Insert picture description here

(2)找到文件,然后点击OK

Insert picture description here

(3)然后等待加载项目(因为我已经构建过了,所以没有什么加载过程)

Insert picture description here

(4)导入数据库,打开Navicat for MySQL,

New database
Insert picture description here

Write the database name, pay attention to select the encoding as UTF-8,
Insert picture description here
pay attention to click on the database name, otherwise the sql file cannot be run. The
Insert picture description here
Insert picture description here
database file is found and the
Insert picture description here
import is successful.
Insert picture description here
Database table structure
Insert picture description here

(5)修改数据库配置文件db.properties

Insert picture description here
The database name is the database name you just created (for example, mine is ssm_db)
Insert picture description here

(6)配置tomcat

Click Add Configuration
Insert picture description here
and then click + in the upper left corner to
Insert picture description here
find tomcat, then click once, then click local on the right to
Insert picture description here
come in. It looks like this,
Insert picture description here
then click Deployment, then click the + sign on the right, click the first one and
Insert picture description here
then select the second one, and then Click OK
Insert picture description here
and then you can click OK and
Insert picture description here
finally run it
Insert picture description here

3 sudden error

Insert picture description here
Reason: The
configuration file was not found

The solution is as follows.
Click resouces, then find make Diretory as, and then click Resource Root
Insert picture description here

4 summary

I started writing the ssm project in September, and there were a lot of bumps along the way, and I felt a burst of mentality after following the video learning. Fortunately, I got through it, and now I am a beginner. Because I saw that many projects were written in eclipse, and the original video tutorials were also written in eclipse, I wrote a blog temporarily. I wrote a blog for the first time, what is wrong, please advise

Guess you like

Origin blog.csdn.net/qq_45769949/article/details/109817701