摘要:
报错:Failed to execute goal on project ruoyi-admin: Could not resolve dependencies for project com.ruoyi:ruoyi-admin:jar:x.x.x: Could not find artifact 阅读全文
摘要:
@Data public class BaseEntityPlus implements Serializable { private static final long serialVersionUID = 7621168359132150516L; /** 创建时间 */ @TableField 阅读全文
摘要:
@Configuration public class JasonConfig { @Bean public MappingJackson2HttpMessageConverter jackson2HttpMessageConverter() { final Jackson2ObjectMapper 阅读全文
摘要:
如果实体类没有声明序列化ID则可以使用hutool的ObjectUtil判空工具进行判空。 但是如果用的mybatisPlus持久层框架,而且用自动代码生成器生成的实体类,objectUtil判空就会一直失效,因为Mp会生成private static final long serialVersio 阅读全文