mybatis plus 自动填充为null 因为发现要填充的实体类里的属性是Date类型, 然而自定义实现类 MyMetaObjectHandler里使用的属性的类型是LocalDateTime, 改成Date的就好了。
Spring Boot Configuration Annotation Processor not Configured Spring Boot 自定义对象封装数据警告解决方案, 加一下这个代码就解决了
webxml attribute is required (or pre-existing WEB-INF/web.xml if executing in update mode) maven里, 当包打包方式出错, install的时候会出现这个问题
Bean named ‘sysLogServiceImpl‘ is expected to be of type ‘com.itheima.service.impl.SysLogServiceImpl .BeanNotOfRequiredTypeException 应该是我在写切面的时候不小心将自动注入写成了实现类而不是接口。