Skip to content

Dependencies management and configuration properties editor

Compare
Choose a tag to compare
@AlexFalappa AlexFalappa released this 11 Apr 18:50
· 319 commits to master since this release
  • Configuration properties files:
    • Custom icon
    • Specific editor with extended syntax highlighting (dot separated keys and array notation)
  • The Spring Initializr project wizard now supports documentation links recently added to the Spring Initializr web service
  • The old code generators for Maven pom.xml files have been superseded by a new code generator for adding a set of Spring Boot dependencies exploiting the Spring Initializr service metadata
  • New code generator for Maven pom.xml to add a basic Spring Boot project setup to generic Maven projects
  • Project wizards open the main class and trigger async download of dependencies after creation
  • Metadata downloaded from the Spring Initializr web service are now cached
  • Upgrade to Spring Boot 1.5.2
  • List of closed issues