摘要: #!/bin/sh port=8088 #定义变量等号左右不能有空格 app_dir=/opt/demo jar_name=$app_dir/demo-1.0.jar run_log=$app_dir/logs/run_demo_`date +'%Y-%m-%d'`.log #运行脚本提示信息 ti 阅读全文
posted @ 2021-04-26 11:10 幻影黑子 阅读(98) 评论(0) 推荐(1)
摘要: <?xml version="1.0" encoding="UTF-8"?> <!--monitorInterval:Log4j2能够自动检测修改配置 文件和重新配置本身,设置间隔秒数--> <Configuration status="warn" monitorInterval="30"> <Ap 阅读全文
posted @ 2021-04-26 09:49 幻影黑子 阅读(491) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <!--monitorInterval:Log4j2能够自动检测修改配置 文件和重新配置本身,设置间隔秒数--> <Configuration status="warn" monitorInterval="30"> <Ap 阅读全文
posted @ 2021-04-26 09:38 幻影黑子 阅读(81) 评论(0) 推荐(0)