[031] Vue-based student dormitory management system course design (including source code, database, running tutorial

Tips in the front row: The source code of the project has been placed at the end of the article.
Based on Vue+Springboot+mysql employee attendance management system (multi-role login, leave, check-in)
insert image description here

Development environment : Springboot+Mysql+Vue+Nodejs+Maven+JDK1.8+redis
technology stack : spring-boot, mysql, mybatis-plus

database:
insert image description here

Source code, database, curriculum acquisition:

百度云链接:https://pan.baidu.com/s/1CKMhVbtp8UTu7YRs2PDZug 
提取码:6r5m 

Some functions:
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here

1. Vscode front-end running process:
1. Start the project

npm run dev

insert image description here

2. Open the website and
insert image description herejump to open it
insert image description here

Database import
1. Open sqlyog to create a database
1.
insert image description here
2. Execute the sql script
insert image description here
Select the sql file and execute it
insert image description here
IDEA backend database connection tutorial (nanny level):
(Note: jdk1.8 is recommended)
insert image description here
Select the corresponding directory
insert image description here

Option to import maven project from external model
insert image description here

Connect to the database on the right
insert image description here
and fill in the user name, database password, and database name respectively
insert image description here

Remember to change the password of the application-dv.yml configuration file to the password of your own database.
insert image description here

Update the maven file
insert image description here
and run successfully
insert image description here
After the above operations are configured, you can open it

http://localhost:8080/#/login

run it

Source code acquisition:
Baidu cloud link: https://pan.baidu.com/s/1CKMhVbtp8UTu7YRs2PDZug
Extraction code: 6r5m

You can also add cynm-2233acquisition, note the intention, the code word is not easy, please give me a thumbs up~

Guess you like

Origin blog.csdn.net/lllbn/article/details/130774308