摘要:
###1、导包 ``` compile 'com.xxl.job:xxl-job-core:1.8.0' ``` ###2、添加配置项 ``` #任务调度xxl-job xxl.job.admin.addresses = http://10.111.222.111:8081/xxl-job-admi 阅读全文
摘要:
## 1、新建项目 ![](https://img2023.cnblogs.com/blog/1392300/202308/1392300-20230817142326953-1380584552.png) ## 2、创建Maven项目 ![](https://img2023.cnblogs.com 阅读全文
摘要:
``` import com.fasterxml.jackson.datatype.jsr310.deser.LocalDateTimeDeserializer; import com.fasterxml.jackson.datatype.jsr310.ser.LocalDateTimeSerial 阅读全文
摘要:
### 1、问题描述 接口返回值加多层泛型,但没有反序列化彻底 ![](https://img2023.cnblogs.com/blog/1392300/202308/1392300-20230817141500828-542065681.png) ### 2、问题原因 jackson-databi 阅读全文