Skip to content

nx-spring-boot/v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 14:24
· 805 commits to master since this release

@nxrocks/nx-spring-boot-v2.0.0 (2021-04-02)

Bug Fixes

  • nx-spring-boot: correct wrong extension for gradlew on windows (77899ce)
  • nx-spring-boot: remove extra char in dependencies prompt (5bc0290)

Features

  • nx-spring-boot: add java 16 support to align w/ Spring Initializr (89c1d1e)
  • nx-spring-boot: allow generating application or library (530186c)
  • nx-spring-boot: migrate to Nrwl's DevKit executors/generators API (47231fd)
  • nx-spring-boot: rename the application generator into project (05b5272)

BREAKING CHANGES

  • nx-spring-boot: the app alias has been replaced with one of [proj, new, gen, init, create, generate].
  • nx-spring-boot: Nx workspace v11 is now the minimum version required to use this plugin.

In fact, all builders/schematics have been rewritten into executors/generators using its new @nrwl/devkit API.