提交 e5b3ec12 编写于 作者: E Evan

chore: update README.md

上级 4519b2aa
......@@ -62,6 +62,7 @@
2.Spring Data + JPA
3.MySQL
4.Shiro
5.Redis
# 部署方法
......@@ -79,6 +80,8 @@
数据库完整脚本 `wj.sql` 放在后端项目的 `src\main\resources` 目录下,也可根据需要自行在 MySQL 中执行数据库脚本。
Redis 端口为 6379(默认端口),密码为空。
3.数据库配置在后端项目的 `src\main\resources` 目录下的`application.properties` 文件中,mysql 版本为 8.0.15 。
4.在IntelliJ IDEA中运行后端项目,为了保证项目成功运行,可以右键点击 `pom.xml` 选择 maven -> reimport ,并重启项目
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册