Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 770 Bytes

1.部署流程.md

File metadata and controls

30 lines (22 loc) · 770 Bytes

Deployment process

  1. Download the full code

  2. The operating environment requires jdk 8 or above, maven3

    1. Configuration database

    2. Execute in order under the project root directory

      cd thain-fe
      npm install
      npm run build
      cd ..
      mvn -U clean package 
    3. Once the package is complete, you can run it.

      java -jar thain-server/target/thain-server-1.0.0.jar
    4. Open localhost:9900 to see the effect