startup.sh

su nexus

/home/nexus/nexus-2.14.18-01/bin/nexus start

exit

java -jar ./intbird-website-spring-0.0.1-SNAPSHOT.war –server.port=8082

nohup java -jar /root/springboot/intbird-website-spring-0.0.1-SNAPSHOT.war –server.port=8082 >/root/springboot/spring_log.log 2>&1 &