-
Download the full code
-
The operating environment requires jdk 8 or above, maven3
-
Configuration database
-
Execute in order under the project root directory
cd thain-fe npm install npm run build cd .. mvn -U clean package
-
Once the package is complete, you can run it.
java -jar thain-server/target/thain-server-1.0.0.jar
-
Open localhost:9900 to see the effect
-