Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modified README.md #138

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,25 @@
- [My-Blog in GitHub](https://github.com/ZHENFENG13/My-Blog)
- [My-Blog in Gitee](https://gitee.com/zhenfeng13/My-Blog)

##使用方法
分享一下详细的运行流程~
1.前端配置:
项目使用了 Bootstrap、jQuery。确保这些前端库已正确引入和配置。
2.后端配置:
项目使用了 MySQL 数据库。您需要在 application.properties 文件中配置数据库连接信息。
MySQL 配置:
数据库连接URL:jdbc:mysql://localhost:3306/my_blog_db?useUnicode=true&characterEncoding=utf8&autoReconnect=true&useSSL=false&serverTimezone=UTC
用户名:<local_username>
密码:<local_password>
3.登录网站
服务器端口号:28083,启动成功后访问 http://localhost:28083,用户名和密码在数据库的用户信息表中。
4.后端框架:
后端框架是 Spring Boot 框架。
5.导入 SQL 文件:
项目需要导入 my_blog_db.sql 文件到数据库中。您可以使用数据库管理工具或命令行工具执行该 SQL 文件。
6.启动项目:
项目的启动方式是直接点击 Application.java 文件启动。确保您的开发环境配置正确,项目的依赖项已经安装。

## 效果预览

### 后台管理页面
Expand Down