摘要:
1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 : 阅读全文
posted @ 2021-04-15 02:57
追风fc
阅读(251)
评论(0)
推荐(0)
摘要:
springbot开发api接口服务,生产环境中一般都是运行独立的jar,在部署过程中涉及到服务的优雅启动,关闭, springboot官方文档给出的有两种方式, 1、使用http shutdown 2、注册为系统服务 https://docs.spring.io/spring-boot/docs/ 阅读全文
posted @ 2021-04-15 01:55
追风fc
阅读(1141)
评论(0)
推荐(0)
摘要:
启动脚本 #!/user/bin/env bashnohup java -jar mybatis.jar &echo success!mybatis.jar 是你项目的jar包 关闭脚本 #!/usr/bin/env bashpid=`ps -ef | grep mybatis.jar | grep 阅读全文
posted @ 2021-04-15 01:53
追风fc
阅读(345)
评论(0)
推荐(0)

浙公网安备 33010602011771号