Skip to content

File templates improvements

Compare
Choose a tag to compare
@AlexFalappa AlexFalappa released this 30 Jul 10:34
· 509 commits to master since this release
  • Upgraded Spring Boot to version 1.4
  • The file templates wizards that generate Java classes now use the standard NetBeans widgets (better name proposal, chooice of source/test location and destination package)
  • The wizards for application.properties files, additional configuration metadata and Spring Data repository interfaces now offer specific customization options
  • The file templates are now shown only if the relevant dependencies are present (e.g. REST Controller Class is shown only if there is a dependency on spring-boot-starter-web)
  • Devtools restart and reload now work when the project is run/debugded trough the spring maven plugin
  • Fixed some UI glitches
  • Enhanced Controller and RestController templates
  • List of closed issues