摘要:
欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot ###1.添加依赖及配置(application.yml) <!-- 引入redis依赖 --> <dependency> <groupId>org.springframew 阅读全文
摘要:
欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot ###1.添加Redis依赖 <!-- spring boot redis 缓存引入 --> <dependency> <groupId>org.springframewor 阅读全文
摘要:
欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot ###1.引入依赖 <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-d 阅读全文
摘要:
欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot REmote DIctionary Server(Redis) 是一个key-value存储系统。 它通常被称为数据结构服务器,因为值(value)可以是字符串 (Strin 阅读全文
摘要:
欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframe 阅读全文
摘要:
欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot ###异常体系的根类是:Throwable Throwable: Error: 重大的问题,我们处理不了。也不需要编写代码处理。比如说内存溢出。 Exception: 一般性 阅读全文