java
yushi6310
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JAVA重启自身程序
在使用java编写重启自身的程序时,本以为很简单,但是发现没有那么顺利 一般程序重启方法:service xxxx restart 但java程序执行这个操作时,发现整个程序只能stop, 不能start 解决思路: 当时想的是,使用后台命令执行service xxxx restart命令,如使用 nohup, setsid等方法, 经过测试发现,并没有那么顺利 后面就写了一个稍微麻烦的原创 2017-12-13 15:34:35 · 17334 阅读 · 5 评论 -
class "org.codehaus.groovy.runtime.NioGroovyMethods"'s signer information does not match signer info
前面运行项目时,可以正常运行,后来运行发现出错: class “org.codehaus.groovy.runtime.NioGroovyMethods“‘s signer information does not match signer information of other classes in the same package 错误日志Exception in thread "m...原创 2018-03-16 16:45:14 · 965 阅读 · 0 评论 -
springboot项目部署linux启动报错java.sql.SQLException: Your password has expired
windows开发环境启动springboot项目没有问题,但打成jar包部署linux后,启动报错java.sql.SQLException: Your password has expired. To log in you must change it using a client that supports expired passwords. at com.mysql.jdbc.SQL...原创 2019-03-19 17:37:56 · 1398 阅读 · 0 评论
分享