nb-springboot icon indicating copy to clipboard operation
nb-springboot copied to clipboard

NetBeans IDE plugin supporting programming with Spring Boot

Results 30 nb-springboot issues
Sort by recently updated
recently updated
newest added

Hello: Everytime I build I get this Warning message, makes it very difficult to work! Please fix! Thanks

In this improvements list: https://blog.jetbrains.com/idea/2017/03/spring-data-improvements-in-intellij-idea-2017-1/ if you scroll down a bit to the Smarter Code Completion section, you can see, that they suggest keywords to create repo methods for the...

help wanted
feature

Command line arguments are passed to `spring-boot:run` goal as a comma separated list, they should be a space separated list instead.

bug

Fixes #165 NB 12 seems to remove some comments maybe ignore before merge.

In Spring Boot 2.4 it is possible to include a configuration properties file trough the new `spring.config.import` property. See [this blog article](https://spring.io/blog/2020/08/14/config-file-processing-in-spring-boot-2-4) for a summary.

feature

Spring Boot 2.4 introduces a YAML like syntax to split a configuration properties file into multiple sections treated as separate documents. See [this blog article](https://spring.io/blog/2020/08/14/config-file-processing-in-spring-boot-2-4) for a summary.

feature

A new context menu entry for maven projects or a new code generator could make a generic maven project a Spring Boot project by replacing the `pom.xml` file. The new...

feature

The _New Basic Project_ wizard could try to retrieve the most recent Spring Boot RELEASE version according to the following strategies (in this order): 1. from the _Spring Initializr_ web...

enhancement

Present the list of enumeration values when a configuration property as a Java enumeration data type. The following properties have a java enumeration data type: ``` management.endpoint.health.show-details=when_authorized management.info.git.mode=full management.metrics.export.graphite.duration-units=days management.metrics.export.simple.mode=cumulative...

feature

When value completion list appears pre-select or place first in list the default value

feature