Skip to content

Commit

Permalink
📖 update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
weihubeats committed Mar 17, 2024
1 parent 0119a6f commit 8f11ee4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
- a项目使用了 redission 3.14 b项目 使用3.61,然后导致相同代码可能运行结果不一致
- 统一使用`spring-boot-nebula-dependencies`作为p'a'r'a'm
`boot-common-parent`管理公司的所有依赖,以后应用项目无需手动指定各种依赖版本只需引用依赖即可,统一在`boot-common-parent`管理即可
4. 提供开箱即用的`web-spring-boot-start`模块,解决web开发需要手动封装工具类的痛点
5. 提供统一异常处理
6. 提供优雅的时间戳转`LocalDateTime`注解
7. 提供开箱即用的分页对象
8. 提供开箱即用的分布式锁
9. 提供开箱即用的`mybatis-plus`模块
10. 提供开箱即用的`ddd`聚合根模块
2. 提供开箱即用的`web-spring-boot-start`模块,解决web开发需要手动封装工具类的痛点
3. 提供统一异常处理
4. 提供优雅的时间戳转`LocalDateTime`注解
5. 提供开箱即用的分页对象
6. 提供开箱即用的分布式锁
7. 提供开箱即用的`mybatis-plus`模块
8. 提供开箱即用的`ddd`聚合根模块


## demo
Expand Down

0 comments on commit 8f11ee4

Please sign in to comment.