09 2022 档案

摘要:第一步下载redis 之后搞个虚拟机 安装可以参考 https://www.runoob.com/redis/redis-install.html 菜鸟 之后会遇到报错 把gcc更新一下就没问题了 1.下载redis# wget http://download.redis.io/releases/r 阅读全文
posted @ 2022-09-24 10:44 熬夜遭毒打 阅读(145) 评论(0) 推荐(0)
摘要:import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.CorsRegistry; import org.springf 阅读全文
posted @ 2022-09-23 14:08 熬夜遭毒打 阅读(55) 评论(0) 推荐(0)
摘要:#配置文件server: port: 8081 spring: application: #应用的名称,可选 name: datasource: druid: driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhos 阅读全文
posted @ 2022-09-15 00:48 熬夜遭毒打 阅读(46) 评论(0) 推荐(0)
摘要:点击后就可以识别了 阅读全文
posted @ 2022-09-02 16:29 熬夜遭毒打 阅读(39) 评论(0) 推荐(1)