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

后端怎么启动啊 #4

Open
lipengchong opened this issue Feb 3, 2023 · 3 comments
Open

后端怎么启动啊 #4

lipengchong opened this issue Feb 3, 2023 · 3 comments

Comments

@lipengchong
Copy link

No description provided.

@Zejoo
Copy link

Zejoo commented Feb 3, 2023 via email

@PAL4JavaWeb
Copy link

希望有帮助~
1.后端配置:
项目使用了 MySQL 数据库。您需要在 cinema-master\src\main\resources\application.properties 文件中配置数据库连接信息。
MySQL 配置:
数据库连接URL:jdbc:mysql://localhost:3306/cinema?useUnicode=true&characterEncoding=utf8
用户名:your_username
密码:your_password
server-port配置:
网站端口号为8081,启动成功后访问 http://localhost:8081 即可进入网站。
2.后端框架:
后端框架是 springboot 和 mybatis 框架。
3.导入 SQL 文件:
项目需要导入 cinema.sql 文件到数据库中。您可以使用数据库管理工具或命令行工具执行该 SQL 文件。
4.启动项目:
项目的启动方式是直接点击 Application.java 文件启动。确保您的开发环境配置正确,项目的依赖项已经安装。

@Zejoo
Copy link

Zejoo commented Oct 24, 2023 via email

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

3 participants