We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a tutorial for this project
The text was updated successfully, but these errors were encountered:
1.后端配置: 项目使用了 MySQL 数据库。您需要在 jdbc.properties文件中配置数据库连接信息。 MySQL 配置: 数据库连接URL:jdbc:mysql://localhost:3306/bicycle_sharing?useUnicode=true&characterEncoding=UTF-8&serverTimezone=UTC&useSSL=false&allowPublicKeyRetrieval=true 用户名:your_username 密码:your_password server-port配置: 网站端口号为8080,启动成功后访问 http://localhost:8080 即可进入网站。 2.后端框架: 后端框架是 Spring 和 MyBatis。 3.导入 SQL 文件: 项目需要导入 bicycle_sharing.sql 文件到数据库中。您可以使用数据库管理工具或命令行工具执行该 SQL 文件。 4.启动项目: 您可以按照以下步骤启动项目:
Sorry, something went wrong.
No branches or pull requests
Is there a tutorial for this project
The text was updated successfully, but these errors were encountered: