自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 springboot在使用Scheduled做定时任务出现Autowired注入空指针

原因:Scheduled的加载时机要早于Autowired;解决:通过在ApplicationContext中按名称查找servicemport org.springframework.beans.BeansException;import org.springframework.beans.factory.annotation.Autowired;import org.springfra...

2020-01-08 13:00:12 3920 1

原创 添加后返回主键

@Options(useGeneratedKeys = true, keyProperty = "xxx_id", keyColumn = "xxx_id")

2019-08-09 16:41:11 162

原创 git出现拒绝合并无关的历史(refusing to merge unrelated histories)解决

我用的git2.21我的本地源的名字是origin,远程分支名字是wd,则执行如下命令:git pull origin wd–allow-unrelated-histories

2019-07-23 11:13:35 344

原创 在使用fastjson做序列化时使用@ JsonIgnore不生效的问题

几天在使用fastjson时发现了以前一直用的@ JsonIgnore注解不生效了将此注解换成 @JSONField(serialize = false)就好了。

2019-07-09 16:47:14 4693

原创 ssm中在日志中打印sql语句

在log.properties加入log4j.rootLogger=info, console, log, error,file###Console ###log4j.appender.console = org.apache.log4j.ConsoleAppenderlog4j.appender.console.Target = System.outlog4j.appender.co...

2019-06-17 19:42:04 1555

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除