06 2020 档案

摘要:启动 找之前的jar线程kill掉! ps -ef|grep xxx.jar|grep -v grep 启动 #简单项目,直接输出日志到指定文件 nohup java -jar xxxx.jar --spring.profiles.active=prod >/home/msg.log 2>&1 & 阅读全文
posted @ 2020-06-24 14:06 朱思年 阅读(391) 评论(0) 推荐(0)
摘要:contos 1 修改/etc/my.cnf 文件[mysqld] skip-name-resolve2 重启mysql服务service mysqld restart 阅读全文
posted @ 2020-06-15 23:48 朱思年 阅读(134) 评论(0) 推荐(0)