Fork me on Gitee
摘要: Redis技术栈目前广泛使用于开发领域,掌握Redis技术栈与Springboot的集成至关重要。 Redis是目前业界使用最广泛的内存数据存储。相比memcached,Redis支持更丰富的数据结构,例如hashes, lists, sets等,同时支持数据持久化。除此之外,Redis还提供一些类 阅读全文
posted @ 2021-02-24 22:43 JoePotter 阅读(1016) 评论(0) 推荐(0) 编辑
摘要: #SPRING CONFIG(ConfigFileApplicationListener) spring.config.name =#配置文件名(默认 为 'application' ) spring.config.location =#配置文件的位置 # 多环境配置文件激活属性 spring.pr 阅读全文
posted @ 2021-02-24 18:58 JoePotter 阅读(1137) 评论(0) 推荐(0) 编辑
``