
spring配置文件
文章平均质量分 59
lpch0825
潜潜水,长悠悠,来无尽去无休
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Redis禁用Config命令后SpringBoot启动报错:ERR config is disabled command
1、背景说明 项目属于Spring Boot,本身一直都是正常的,由于最近安全活动禁用了Redis的Config命令,导致项目重启报错:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'enableRedisKeyspaceNotificationsInitializer' defined in class path resource [org/...原创 2021-12-29 17:33:52 · 6443 阅读 · 0 评论 -
Maven无法下载spring-boot-starter-parent依赖的问题
搭建springBoot环境,在Maven配置spring-boot-starter-parent依赖的时候,死活报错,下载不了依赖。解决如下:环境:myeclipse1.进入工具栏【windows】 -- 【preferences】 -- 【user settings】2.修改setting.xml文件镜像配置:【open file】打开settings.xml文件(这时候可以cancel掉preferences,等配置完成再打开),添加以下配置,完成以后点击【update setti原创 2020-06-14 02:38:26 · 11213 阅读 · 1 评论 -
spring配置文件详解以及beans标签
[html] view plain copy <beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2转载 2018-01-22 16:45:26 · 4190 阅读 · 2 评论