hiboot v1.3.0 Release Notes

Release Date: 2019-10-10 // over 4 years ago
  • ๐Ÿš€ Release Notes

    • ๐Ÿ‘ Implemented annotation v2 which is supported via struct.
    • Implemented Middleware via at.Middleware and at.MiddlewareHandler.
    • Implemented Swagger 2.0 and its annotations.
    • ๐Ÿ— Reimplemented property builder, the priority will be
      1. Command line arguments
      2. Environment variables
      3. External configuration file in working directory ( $WORK_DIR/config/applicaton.yml)
      4. External configuration file with active profile name as postfix ($WORK_DIR/config/applicaton-${app.profiles.active}.yml)
      5. Calling application method SetProperty()
      6. Default value that injected by Hiboot via tag default