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 installThis 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.shto make it take effect. -
run
crontab -eand append a schedule like below:

