Releases: lazycece/rapidf
Releases · lazycece/rapidf
v2.1.1
v2.1.0
v2.0.0
v1.4.0
v1.3.0
v1.2.2
v1.2.1
v1.2.0
v1.1.0
Release: upgrade dpendencies, optimize code and add a new module (domain).
Now, Rapidf v1.1.0, support:
- rapidf-domain: From a domain-driven perspective, define the basic information related to the domain
- 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.
- rapidf-utils: Precipitate reusable tools
- rapidf-validation: Extension of hibernate-validation
v1.0.0
rapidf v1.0.0, support:
- rapidf-validation: custom validation for api parameter
- rapidf-restful: define restful response, exception, and status
- rapidf-logger: api level logger (method level logger) for print log automatic
- rapidf-utils: custom utils , such as constants, crypt, sonwflake and so on