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

help #3

Open
BeautifulNow97 opened this issue Oct 17, 2019 · 1 comment
Open

help #3

BeautifulNow97 opened this issue Oct 17, 2019 · 1 comment

Comments

@BeautifulNow97
Copy link

Is there a tutorial for this project

@PAL4JavaWeb
Copy link

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.启动项目:
您可以按照以下步骤启动项目:

  • 下载并安装 Tomcat。
  • 在编译器中打开项目,并配置 Tomcat 服务器。
  • 将生成的 war 文件部署到 Tomcat 服务器中。
  • 启动 Tomcat 服务器,访问 http://localhost:8080 即可进入网站。

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