摘要:
什么是JWT?jwt的全称是JSON Web Token;JSON Web Token是一个开源标准(rfc7519),是一个轻量,携带着用户信息的json Object对象,安全的进行服务器端与客户端交互;这个对象可以校验、信任,因为它由数字组成; 轻量:因为轻量,所以可以更好地放... 阅读全文
摘要:
写了一个AuthController的接口,执行至方法结束,本以为成功了,但是Spring却给了一个模板无法渲染的异常提示。 template might not exist or might not be accessible by any of the configured Te... 阅读全文
摘要:
在启动java工程的时候,发现console里面打了一些quratz的异常日志This scheduler instance (server081288142483453) is still active but was recovered by another instance i... 阅读全文
摘要:
正常的日志目录应该是/var/log/tomcat,而在tomcat7当中日志全都跑到/var/log/messages当中了。原因及解决方法:Tomcat when used with official Arch Linux packages uses systemd's jour... 阅读全文