SpringBoot应用架构
SpringBoot实现六边形架构的三种不同方式详解
目录一、六边形架构基本原理1.1 核心概念1.2 端口分类1.3 六边形架构的优势二、经典六边形架构实现2.1 项目结构2.2 代码实现2.3 优缺点分析2.4 适用场景三、基于DDD的六边形架构3.1 项目结构3.2 代码实现3.3 优缺点分[详细]
2025-06-27 12:22 分类:开发SpringBoot实现插件化架构的4种方案详解
目录方案一:基于Spring的条件注解实现原理介绍实现步骤代码示例优缺点分析适用场景方案二:基于SPI机制实现原理介绍实现步骤代码示例优缺点分析适用场景方案三:基于SpringBoot自动配置实现原理介绍实现步骤代码示例[详细]
2025-05-29 10:29 分类:开发How to change the default branch to push in mercurial?
I like creating named branches in Mercurial to deal with features that might take a while to code, so when I push I do a hg push -r default to ensure I\'m only pushing changes to the default branch. H[详细]
2022-12-29 02:26 分类:问答