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

idea运行成功 #134

Closed
PAL4JavaWeb opened this issue Oct 27, 2023 · 0 comments
Closed

idea运行成功 #134

PAL4JavaWeb opened this issue Oct 27, 2023 · 0 comments

Comments

@PAL4JavaWeb
Copy link

分享一下详细的运行流程~
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 文件启动。确保您的开发环境配置正确,项目的依赖项已经安装。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants