Huaxia ERP recommended in this issue is a system based on SpringBoot framework and SaaS model.
project introduction
Huaxia ERP is determined to provide open source and easy to use ERP software for small and medium-sized enterprises, reduce the cost of enterprise informatization, individual developers can also use Huaxia ERP for secondary development.
technical framework
- core framework:SpringBoot 2.0.0
- Persistence layer framework:Mybatis 1.3.2
- log management:Log4j 2.10.0
- Front-end frame:Vue 2.6.10
- UI frame: Ant-Design-Vue 1.5.2
- Template frame: Jeecg-Boot 2.2.0
- Project management framework: Maven 3.2.3
development environment
- IDE: IntelliJ IDEA 2019.2+ and JetBrains WebStorm 2019.3+
- DB: Mysql 5.7.33
- JDK: JDK 1.8
- Node: Node 8.17.0
- Maven: Maven 3.2.3+
- Redis: 6.2.1
- Nginx: 1.12.2
Server environment
- database:Mysql5.7.33
- JAVA platform:JRE1.8
- Redis library:redis6.2.1
- Nginx agent:nginx1.12.2
- operating system:Windows, Linux, etc
Deployment tutorial
1. Install the pagoda panel on the Linux server
yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh
After the installation of the pagoda panel is complete, the following interface will appear, indicating that the pagoda panel is successfully installed
Note: The red box indicates the access mode of the pagoda. Note that port 8888 is used on the linux server.
1、You need to install mysql5.7 (Please do not install 8.0, it is not supported).
2、After installing mysql5.7, start creating the database. The name of the database is jsh_erp, with underscores in the middle.
3、Import the jsh_erp.sql file locally from the docs folder of the back-end program and click the Import button after uploading it.
System screenshot

