Files
2026-04-23 16:58:11 +08:00

17 lines
425 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

api: Spring项目入口模块如果是web项目则包含controller定义
common: 项目通用类模块
contract: 协议、数据模型定义比如dubbo、grpc的interface等发布到maven仓库给其他业务方使用。
repository与数据库交互接口包含dao层定义和mapper定义
service服务接口定义和实现
domain: 领域模型模块,包含实体类、值对象等
enums
model