Day03:
上传图片到阿里云oss但在前端无法回显的问题:
只需要在阿里云oss管理控制台,设置bucket权限为公共读/公共读写
上传图片到阿里云oss前端页面无法显示图片_阿里云oss图片不显示-CSDN博客
Day05:
Redis无法连接的问题:
org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost/<unresolved>:6379
点击redis-server.exe直接打开的redis服务是默认情况没有密码的,因此在yml配置文件中不需要配置密码项,否则会报错。