A NetBeans plugin offering autocomplete support for spring boot configuration properties
This modules brings Spring Boot configuration properties support in NetBeans in a similar manner as it's done in STS.
For more info see the project's site
To build this plugin all you need to do is:
- make sure you have
java
andmaven
installed git clone git@github.com:keevosh/nb-springboot-configuration-support.git
cd nb-springboot-configuration-support
mvn package