You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
823 B
823 B
Design and Implementation of Web-based Party Organization Information Management System (POMS)
Step 1: pack server
cd server
gradle clean build
Step 2: pack web
cd web
yarn build
Step 3: run
docker compose up -d
You need to prepare MySQL yourself with files in plugin/mysql.
Using /ping to test whether the server started successfully.
© Huijie.Yao (huijie.yao@outlook.com)