自定义博客皮肤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)
  • 收藏
  • 关注

原创 ‘AutoGenerator()‘ has private access in ‘com.baomidou.mybatisplus.generator.AutoGenerator‘

要么直接用FastAutoGenerator,要么将mybatis-plus-generator的版本降为3.5.1以下,就可以使用旧版的AutoGenerator了。

2022-12-17 14:02:45 599 1

原创 Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean wit

Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'adminServiceImpl': Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefi

2022-12-17 13:55:37 4103 4

原创 JVM内存模型,垃圾回收等学习笔记

jvm的内存结构,垃圾回收机制,类加载机制,语法糖,字节码指令等学习笔记,

2022-08-31 15:27:47 474

原创 JAVA中channel的transferTo方法限制

我们都知道nio中传送数据使用channel+buffer,大的数据可以使用allocateDirect申请直接内存传输以提高效率。而NIO包中还提供了更简便的方法,就是channel的transferTo和transferFrom方法。

2022-08-31 15:19:21 839

原创 SpringBoot学习日记

SpringBoot学习日记

2022-06-23 16:53:23 315

空空如也

空空如也

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

TA关注的人

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