first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
module: core
|
||||
summary: 核心基础模块,提供项目级常量与公共基类,所有其他模块均依赖此模块。
|
||||
dos:
|
||||
- 项目级常量统一通过 BrickConstants 访问,避免魔法值散落。
|
||||
- 公共基类、工具类放在 core 模块,供其他模块复用。
|
||||
donts:
|
||||
- 不要在 core 模块中引入具体业务逻辑。
|
||||
examples:
|
||||
- path: src/main/java/{{basePkgPath}}/core/BrickConstants.java
|
||||
note: 常量定义入口。
|
||||
Reference in New Issue
Block a user