Skip to content

第一个可用的发行版 0.1

Compare
Choose a tag to compare
@ChinaLym ChinaLym released this 09 Aug 09:40
· 0 commits to fd0412fd097a84e982b557d0f525aba73a91d5c5 since this release

Shoulder 的第一个可用的版本包含

  • shoulder-base(功能实现)
    • shoulder-core
      • 核心包(日志、错误码、翻译、标准DTO、工具、应用基本信息、常用转换器)
    • shoulder-validation
      • 参数校验相关
    • shoulder-web
      • web 项目功能增强
    • shoulder-operation-log
      • 记录操作日志
    • shoulder-crypto
      • 加解密相关
    • shoulder-operation-log
      • 记录操作日志
  • shoulder-starters(利用 spring-boot 进行自动装配,方便更简单的使用)
    • shoulder-autoconfiguration
      • 自动配置包(定位类似 spring-boot-autoconfiguration)
    • shoulder-starter
      • 包含 shoulder-core shoulder-autoconfiguration(定位类似 spring-boot-starter)
    • shoulder-starter-web
      • web 项目功能增强,spring boot 项目直接引入这个(定位类似 spring-boot-starter-web)
    • shoulder-starter-beanmap

示例工程

Shoulder 更多模块正在迭代中,现在仍然处于1.0.0之前的版本,为了更好的使用或维护仍有可能进行重构~