Releases: yizzuide/Milkomeda
Releases · yizzuide/Milkomeda
2.0.0
Feature
- Using
@EnableXXX
to enable a module (excludePillar
). Light
module add declarative annotation, such as@LightCacheable
,and support super cache layer automake, also support SpEL.Comet
module add@CometParam
for support resolve request parameter fromapplication/x-www-form-urlencoded
,JSON
of body.
Performance Improvements
- Module don't load to Spring Ioc by default, until used
@EnableXXX
to active it. - Module enhance with each other, such as
Crust
used cache ofLight
,Comet
used split logic ofPillar
.
Breaking
- Removing Spring Data Redis dependence, you need add depend on using module uses it.
Particle
module change extract request header operator from@
to:
, because of SpEL resolve it.