Skip to content

v0.9.1

Latest

Choose a tag to compare

@Properks Properks released this 22 Feb 06:22
· 5 commits to develop since this release
7610644

⭐️ Changes

  • Add api-payload-webmvc module
    • Add WebRequestWrapper with HttpServletWebRequest and WebResponseWrapper with HttpServletRepsonse
    • Add ErrorCodeExceptionHandlerConfigurer for Spring MVC
    • Add RestControllerAdvice class to apply it to project easily.
      • Developer can add it to project with @Configuration and @Bean or create a new class without using it
  • Refactoring dependencies