export this_dir=`cd $(dirname $0); pwd` echo "workspace dir is ${this_dir}" nohup sh ${this_dir}/nacos/bin/startup.sh -m standalone > /root/log/nacos.log& nohup java -jar ${this_dir}/base-boot/target/base-boot-0.0.1-SNAPSHOT.jar > /root/log/base-boot.log& nohup java -jar ${this_dir}/cim-domain/target/cim-domain-0.0.1-SNAPSHOT.jar > /root/log/cim-domain.log&