Skip to content

Commit

Permalink
release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazycece committed May 19, 2023
1 parent 1ff7ffb commit 5a9629f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

Rapidf (`Rapi`d `D`evelopment `F`ramework ) 是一个快速开发框架,其构思是将我们日常开发工作中业务低耦合相关的代码抽取并形成可复用、可迁移的组件资产。Rapidf 目前有如下组件:

- rapidf-auapi:基于rapidf组件集成[AuApi](https://github.com/lazycece/au-api-spring-boot) 框架,开箱即用
- rapidf-domain:从领域驱动的视角,定义领域相关的基本信息(模型、事件、状态机等等)
- rapidf-logger:日志输出框架,可用于常规日志输出或日志监控
- rapidf-restful:restful相关,如api协议、服务异常等等
Expand Down
1 change: 1 addition & 0 deletions README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
Rapidf (`Rapi`d `D`development `F`ramework ) is a development framework. Its idea is to extract the code related to business
low coupling in our daily development work and form reusable and portable component assets. Rapidf currently has the following components:

- rapidf-auapi: Based on rapidf component integration [AuApi](https://github.com/lazycece/au-api-spring-boot) framework, out of the box
- rapidf-domain: From a domain-driven perspective, define the basic information related to the domain (model, event, statemachine and so on)
- rapidf-logger: Log output framework, which can be used for regular log output or log monitoring
- rapidf-restful: Restful related, such as api protocol, service exception and so on.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

<properties>
<!-- Project revision -->
<revision>1.3.0-SNAPSHOT</revision>
<revision>1.3.0</revision>
<!-- Encoding -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

0 comments on commit 5a9629f

Please sign in to comment.