JEECG-Boot development environment ready (c): the development environment to build

Contents Index:

  • Front-end development environment to build

    1. Installation Development Tools
    2. Import project
  • Back-end development environment to build

    1. Installation Development Tools
    2. Import project

Part I: the front end development environment to build

First, install the Developer Tools

    Installation nodejs, webstrom, yarn, referring to the installation method [development environment ready] - [tools]

Second, import project

1, webstrom import project

(1) front-end engineering ant-design-jeecg-vue

(2) Webstrom Open Project

Enter Caption

2, local development build run

(1) Run yarn install download project dependencies

Enter Caption

(2) project dependencies module download is complete, the completion of the project to build

The second part: the back-end development environment to build

First, install the Developer Tools

    Install jdk, eclipse, redis, etc., referring to the installation method [development environment ready] - [tools]

Second, import project

1, the use of import eclipse projects

    Enter eclipse resource management repository, add background project jeecg-boot svn Address:

    Download Project

Enter Caption Enter Caption

 

    After the project is downloaded java projects have to be removed and re-import into maven project

Enter Caption

 

    After re-import the project, maven will automatically download the project dependencies, bringing back the project to build a complete environment

Guess you like

Origin www.cnblogs.com/jeecg158/p/10974582.html