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

modified README.md #11

Merged
merged 1 commit into from
Jun 1, 2024
Merged

modified README.md #11

merged 1 commit into from
Jun 1, 2024

Conversation

PAL4JavaWeb
Copy link
Contributor

使用说明
1.前端配置:
项目使用了 element-ui、vue。确保这些前端库已正确引入和配置。
命令行输入npm run dev
2.后端配置:
项目使用了 MySQL 和 Redis 数据库。您需要在 application.yml 文件中配置数据库连接信息。
MySQL 配置:
数据库连接URL:jdbc:mysql://<local_ip>:3306/skyer_after_sales?useUnicode=true&characterEncoding=utf-8&useSSL=false
用户名:<local_username>
密码:<local_password>
Redis配置:
redis.host: <local_redis_ip>
3.登录网站
服务器端口号:8080,启动成功后访问http://127.0.0.1:8080,用户名和密码在数据库的用户信息表中。
4.后端框架:
后端框架是 Spring Boot 框架。
5.导入 SQL 文件:
项目需要导入 oms-erp-main\skyer-order\sql,oms-erp-main\skyer-tags\sql中的sql文件,以及oms-erp-main\skyer-channel\src\main\resources\skyer_channel.sql 文件到数据库中。您可以使用数据库管理工具或命令行工具执行该 SQL 文件。
6.启动项目:
项目的启动方式是直接运行 Application.java 文件。确保您的开发环境配置正确,项目的依赖项已经安装。

@FJ-OMS FJ-OMS merged commit 0771d14 into FJ-OMS:main Jun 1, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants