Eloise's Paradise
0%

此章节介绍一些springboot基础配置操作, 主要包括:

个性化banner配置, 容器相关配置, 属性注入, 类型安全的属性注入,ymal方式配置 以及profile切换.

Read more »

本节主要介绍传统SSM项目环境构建过程, 然后引入SpringBoot项目构建过程进行对比分析.

Read more »

随着互联网的发展,网站应用的规模不断扩大,常规的垂直应用架构已无法应对,分布式服务架构以及流动计算架构势在必行,亟需一个治理系统确保架构有条不紊的演进。

Read more »

Nginx 背景介绍, 安装 及常用配置.

Read more »

本章是redis系列第3讲, 主要介绍redis hyper log 和 bloom filter等高级类型的应用场景。以及redis常见面试题

Read more »

本章是redis系列第2讲, 主要介绍redis客户端(Jedis,Lettuce, Soring data redis等)相关的知识点。

Read more »

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster. Learn more →

关键字: 内存数据存储结构, 可用于 DB 缓存 消息中间件。

Read more »

电商项目从零到一, SSM-based

Read more »