start.sh 360 B

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