07 2021 档案

摘要:Redis 对第三方应用使用 DENIED Redis is running in protected mode because protected mode is enabled, no bind address was specified, no authentication password 阅读全文
posted @ 2021-07-30 11:42 加了冰的才叫可乐 阅读(282) 评论(0) 推荐(0)
摘要:在spring中项目启动时执行可以将执行代码或者业务逻辑 可通过@Service、@Component、@Repository、@Controller。 将自动注册到Spring容器,不需要再在applicationContext.xml文件定义bean了 比如下面这个类: 方法一: 如果是静态资源 阅读全文
posted @ 2021-07-27 10:25 加了冰的才叫可乐 阅读(1014) 评论(0) 推荐(0)