
简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
deprecated configuration property 'spring.redis.pool.max-active'
今天把sprintboot 升到2.1.2后发现Redis的配置报红,虽然启动不影响,但是本着负责任的态度还是google上找了下# REDIS (RedisProperties) # Redis数据库索引(默认为0) spring.redis.database=0 # Redis...
SpringBoot初始化数据源循环依赖 The dependencies of some of the beans in the application context form a cycle:...
使用druid多数据源时,项目启动出现数据源循环依赖,百度半天没找到解决办法,最后只能去Google了,一下子就出来了,还是Google靠谱啊!!!sprintboot 低版本可以使用 spring.datasource.initialize=false (默认为true) 来解决,升级到...
到底了