jar包运行时指定环境变量及systemd服务
使用 jar 包时指定环境变量 profile
1 | # Java System Properties (VM Arguments) |
使用mvn启动spring
1 | mvn spring-boot:run -Dspring-boot.run.profiles=local,foo,bar |
创建 systemd 服务
1 | yum install -y jre nginx telnet |
1 | [Unit] |
查看 news 服务日志
1 | journalctl -u news -f |