Skip to content

Latest commit

 

History

History
428 lines (197 loc) · 19.6 KB

CHANGELOG.md

File metadata and controls

428 lines (197 loc) · 19.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.20.0 (2020-08-06)

Features

  • scaffold: support integration with quartz (0039fa4)
  • scaffold: support for integration with consul (#28) (1b677de)
  • scaffold: support integrate discovery & config with nacos (05867e2)

Bug Fixes

1.19.0 (2020-04-14)

Bug Fixes

  • error content on option dockerfile (981c788)
  • missing import of @NotNull package (5214d04)
  • should only cover bean MessageConverter (222e9ba)

Features

  • provide '.gitlab-ci.yaml' by default (#21) (9114f08)
  • support integrate with mongodb (#17) (c420587)

Tests

1.18.0 (2020-03-02)

Features

1.17.0 (2019-11-09)

Bug Fixes

  • let apm none by default (143b242)

Features

  • scaffold: support log with trace id for logback (848b602)

1.16.0 (2019-10-25)

Features

  • scaffold: support sonar integration (63de138)

1.15.2 (2019-10-25)

Bug Fixes

  • remove redundant config (f662424)

1.15.1 (2019-10-22)

Bug Fixes

  • upgrade pg to v0.7.1 to fix unit test (66762ce)

1.15.0 (2019-10-21)

Bug Fixes

  • disable thymeleaf demo for a moment (9914c58)

Features

  • scaffold: enable actuator endpoint on non-prod env by default (84031cb)
  • scaffold: specify output file name of compile (cf345f8)

Tests

  • ignore demo assertion of thymeleaf (9b33d82)

1.14.0 (2019-10-14)

Features

  • scaffold: integrate jacoco by default (12c4171)
  • scaffold: integrate jfariy by default (bedb190)

1.13.0 (2019-10-12)

Features

  • scaffold: support integrate with log4j2 (43928b8)
  • scaffold: support integration with gson (1c9b622)

1.12.0 (2019-10-12)

Features

  • scaffold: support integration with fastjson (16c77b7)

1.11.0 (2019-10-11)

Features

  • scaffold: support integration with skywalking (5801e2e)

1.10.1 (2019-10-10)

Bug Fixes

  • remove unnecessary version of some artifacts (5b0d105)
  • use trigger instead function for form description (5e4ce88)

1.10.0 (2019-10-09)

Bug Fixes

  • hide not implement choice (06679be)
  • needless AuthUtils on some case (f23a843)

Features

  • provide ValidationUtils by default (c3baa40)

1.9.1 (2019-10-09)

Tests

1.9.0 (2019-09-30)

Features

  • support cache enabling with redis (b21f948)

1.8.1 (2019-09-20)

Tests

  • ignore err case for a moment (3214448)

1.8.0 (2019-09-20)

Bug Fixes

  • can not render path template on direct_th (b7e3e18)

Features

  • support integrate with thymeleaf (a3d60d6)

Tests

1.7.0 (2019-09-19)

Features

  • scaffold: support jwt authentication with shiro (7141887)

1.6.0 (2019-09-12)

Features

  • scaffold: add common folders and classes (8d44d05)

1.5.2 (2019-09-11)

Tests

  • add test cases for README.md refactor (be1c436)

1.5.1 (2019-08-29)

Bug Fixes

  • scaffolod: can not resolve error page on accept text/html (eb8d233)

1.5.0 (2019-08-02)

Features

  • scaffold: add dependency spring-boot-starter-test by default (a84f015)
  • scaffold: integrate maven versions plugin by default (c54879a)
  • scaffold: introduce commitlint & standard-version via nodejs (8aeb5e4)

Tests

  • supplement missing test cases (5a98d71)
  • supplement missing test cases about dependencies (e2a5d8d)

1.4.3 (2019-08-01)

Bug Fixes

  • scaffold: remove redundant command on run.sh (f138c3d)

1.4.2 (2019-07-31)

Bug Fixes

  • scaffold: do not exec demo sql on disbale demo (f9caff6)
  • scaffold: do not generate DemoDo on disbale demo (b9b5063)
  • unexpected demo file on disable demo (a336c62)

1.4.1 (2019-07-31)

Bug Fixes

  • scaffold: error package name (161b71e)

1.4.0 (2019-07-30)

Bug Fixes

Features

  • scaffold: support arg -v (ac98029)

1.3.1 (2019-07-25)

1.3.0 (2019-07-25)

Bug Fixes

  • error container name (a28bdee)
  • log command not found (1cde339)
  • scaffold: remove redundant demo classes on mq none (31fcc0d)
  • can not find app.jar on build image (6161a54)
  • error sed command on linux (3171ed6)
  • redundant content on db none (16a5084)
  • run.sh permission denied (1d13738)
  • should skip test on package (fb82a20)

Features

  • scaffold: provide build.sh (6f5c1fd)
  • scaffold: provide run.sh & entrypoint.sh (58594b7)

Tests

1.2.0 (2019-07-22)

Features

  • scaffold: support integration with apollo (8a0190c)

1.1.0 (2019-07-22)

Features

  • scaffold: support integration with rabbitmq (92277bf)

0.1.0 (2019-07-10)

Bug Fixes

  • maybe not exist yo on unit test environment (ad406c9)
  • scaffold: bug of ApplicationErrorAttributes (7bc0af0)
  • scaffold: can not add denpendency of openfeign to pom.xml (377225c)
  • scaffold: demo controller syntax error (0d33074)
  • scaffold: error packages import (b0f6832)
  • scaffold: error README.md (d954f62)
  • tool: remain generate crud demo files when db is none (94c63d9)
  • tool: upgrade yo-power-generator (21674b1)
  • remove choice of not supported db pool (88de0b1)

Features

  • scaffold: active local profile by default (0e94e98)
  • scaffold: add api of feign fallback demo (2266aea)
  • scaffold: add demo service (10415f7)
  • scaffold: add folder mapper for mybatis integration (138d1c8)
  • scaffold: add server.error configurations (d44e61c)
  • scaffold: add TableId annotation to DemoDo field id (9e24836)
  • scaffold: add title for swagger docs by default (2e447c0)
  • scaffold: disable eureka on local by default (fb5527e)
  • scaffold: enable hystrix by default (185a7ce)
  • scaffold: ignore .log..gz by default (d14ae0c)
  • scaffold: integrate actuator by default (c02b027)
  • scaffold: integrate joda-time&hutool (9bb686d)
  • scaffold: integrate lombok (e929c62)
  • scaffold: only scan .xml files for mapper (fd5114a)
  • scaffold: out log files by default (4c4a678)
  • scaffold: provide base class: PaginationRequest (8a96d66)
  • scaffold: provide mybatis-plus meta object handler configuration (220e994)
  • scaffold: provide scaffold.md (5c38a57)
  • scaffold: provide script about filebeat (f83cbf7)
  • scaffold: provide uniform body handler for error result (3bd8e17)
  • scaffold: provide uniform return body handler (acb3ab1)
  • scaffold: supplement README.md (fa052db)
  • scaffold: supplement start-code.sh (dbe3f27)
  • scaffold: support devtools integration (89e5e2c)
  • scaffold: support druid integration (853fe05)
  • scaffold: support eureka integration (cf2e7fd)
  • scaffold: support generate demo files (4f6163d)
  • scaffold: support guava&commons-lang3 intergration (55f1f19)
  • scaffold: support hystrix&sentinel integrations (391c1e6)
  • scaffold: support mybatis-plus integration (acda6a8)
  • scaffold: support openfeign integration (49a6c6f)
  • scaffold: support register converter automatically (b4270b2)
  • scaffold: support swagger intergration (fdbabbb)
  • scaffold: suppport mysql and mybatis intergration (41febc5)
  • scaffold: use h2 database on local env for quick startup (857b8fe)

Tests

  • add test cases for openfeign integration (693a35f)
  • tool: add test cases for required dependencies (67951e3)
  • adjust test cases layout (89b0772)
  • adjust test cases layout (9add311)