axzo-framework-commons/README.md
2022-10-27 10:42:59 +08:00

21 lines
906 B
Markdown
Raw 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.

# axzo-framework-commons
## 介绍
axzo-framework-commons是常用基础类库和框架实践。包含子模块如下
- axzo-framework-autoconfigure: 自动装配。一系列基础Bean与环境配置项
- axzo-framework-boot: 框架基本功能
- axzo-framework-core: 基础工具类和对象
- axzo-framework-domain: 定义通用业务对象和业务场景强相关的工具
- axzo-framework-clients: 开源HTTP客户端
1. retrofit-starter: 封装retrofit
- axzo-framework-framework: 封装springframework和一些常用中间件
- axzo-framework-jackson: 封装jackson
- axzo-framework-validator: 扩展注解校验器
- axzo-framework-loggings: 封装和扩展log实现
1. log4j2-starter: 封装log4j2
2. logback-starter: 封装logback
- axzo-framework-math: 封装科学计算相关工具
- axzo-framework-web: 封装spring-web
- axzo-framework-webmvc: 封装spring-webmvc
- . ...