Skip to content

Releases: yizzuide/Milkomeda

2.0.0

31 Dec 07:09
008ab25
Compare
Choose a tag to compare

Feature

  • Using @EnableXXX to enable a module (exclude Pillar).
  • 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 from application/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 of Light, Comet used split logic of Pillar.

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.