Project management for BOSCH AE-EMM1 department
- jdk13
- mysql5.7
- maven3.6.3
The maven plugin can be seen in pom.xml
. Under the root directory, run the command below:
mvn clean install
This project is running in CentOS7 . Related requirements see Environment . The pj_ms-xxx.jar
built by maven has a built-in tomcat server. Just run this command to make it serve:
nohup java -jar pj_ms-xxx.jar &
-
see mysql_dump_script.sh which is used for backup db. If this script can't be executed, check it mode and
chmod +x mysql_dump_script.sh
to make it take effect. -
run
crontab -e
and append a schedule like below: