11 2021 档案
SpringBoot发送邮件
摘要:1 获取QQ的SMTP授权码 2 导入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-mail</artifactId> </dependency> 3 appli
阅读全文
Redis使用LocalDateTime报错问题
摘要:SpringBoot整合Redis时,使用LocalDate以下报错 org.springframework.data.redis.serializer.SerializationException: Could not read JSON: Cannot construct instance of
阅读全文