springboot+jpa+mysql+redis+swagger整合步骤

Posted 小屈工作室

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot+jpa+mysql+redis+swagger整合步骤相关的知识,希望对你有一定的参考价值。

springboot+jpa+MySQL+swagger框架搭建好之上再整合redis:

在电脑上先安装redis:

一、在pom.xml中引入redis

二、在application.yml里配置redis,单独说明:redis刚一开始安装好是没有设置密码的。否则,会报connection错误。

三、在service配置Redis,需要说明的在方法前配置@Cacheable中只有value没有可以,key默认跟value一样。

四、在controller里实现Redis的一种方式

 

以上是关于springboot+jpa+mysql+redis+swagger整合步骤的主要内容,如果未能解决你的问题,请参考以下文章

springboot整合spring-data-jpa,mybatis,redis,junit

springBoot整合Spring-Data-JPA, Redis Redis-Desktop-Manager2020 windows

springBoot整合Spring-Data-JPA, Redis Redis-Desktop-Manager2020 windows

Redis-SpringBoot整合(注解和模板)

如何显示他租用的所有书籍的用户和列表 - SpringBoot、JPA、MySql

#yyds干货盘点# springboot整合JPA访问Mysql