Spring boot Gradle PlusOverviewThis extension tool was inspired by the "Maven for Java" and "Spring Initializr Java Support" apps. The fact that after using "Spring Boot Initializr" to automatically add dependencies, the only method available for adding more dependencies was copy & paste, plunged me into contemplation (please enlighten me if there's a method I'm unaware of). Being a notably lazy developer, I pondered over a way to add dependencies directly from within the editor, which led to the creation of this extension tool. FeaturesTo open the Command Palette, press Once the Spring Boot version is detected, a list of available dependencies will be presented at the bottom. You can scroll through this list and choose the dependency you want to add. After selecting the desired dependency, press "OK". Upon confirmation, the selected dependency will be added to your build.gradle file automatically.
RequirementsThe extension tools are activated only when a "build.gradle" file exists in the workspace. These tools are primarily designed for usage in "Spring Boot" projects configured within a "Gradle" environment. Extension SettingsI do not use separate configuration files. Known Issues
Release Notes1.0.0Initial release LicenseThis extension is licensed under MIT License. |