ERP Invoicing system source code

Introduction

ERP inventory management system

Software Architecture

  • The core framework: SpringBoot 2.0.0
  • Persistence framework: Mybatis 1.3.2
  • Log Management: Log4j 2.10.0
  • JS frameworks: Jquery 1.8.0
  • UI Framework: EasyUI 1.3.5
  • Template framework: AdminLTE 2.4.0
  • Project Management Framework: Maven 3.2.3

Development environment

Developers use the following environment is recommended to avoid problems caused by version

  • IDE: IntelliJ IDEA 2017+
  • DB: Mysql5.7.4
  • JDK: JDK1.8
  • Maven: Maven3.2.3 +

Operating Environment

  • Database server: Mysql5.7.4
  • JAVA platform: JRE1.8
  • Operating System: Windows, Linux, etc.

Installation Tutorial

1. Download the project, the source code in a way Maven into Eclipse or IDEA, the good and the associated JDK.
Project structure:
Source project structure

2. The database file jsh_erp.sql import in MySQL
can advance to create a database in MySQL called jsh_erp, and then import.

3. Open the configuration file application.properties project resources in the source directory, modify the database connection, account numbers, passwords.

4. Run com.jsh.erp package ErpApplication class, project start. (Use SpringBoot startup mode)

The browser address to access the login page http: // localhost: 8080 / login.html ,
the default administrator account: admin, administrator account some special module does not have permission to modify, it is recommended to use ordinary account: jsh, passwords are 123456

Project Screenshot

log in page

Enter Caption

Enter Caption

Enter Caption
Enter Caption
Enter Caption
输入图片说明

Public concern number to download the source code below.

Guess you like

Origin www.cnblogs.com/dreamboy/p/11994416.html