{"id":15211290,"url":"https://github.com/alexfalappa/nb-springboot","last_synced_at":"2025-05-07T17:50:03.363Z","repository":{"id":54715401,"uuid":"56709742","full_name":"AlexFalappa/nb-springboot","owner":"AlexFalappa","description":"NetBeans IDE plugin supporting programming with Spring Boot","archived":false,"fork":false,"pushed_at":"2023-06-05T12:38:16.000Z","size":1749,"stargazers_count":163,"open_issues_count":27,"forks_count":44,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-05-07T17:49:54.446Z","etag":null,"topics":["netbeans","netbeans-ide","netbeans-plugin","spring","spring-boot","spring-data","spring-mvc"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexFalappa.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-20T18:12:12.000Z","updated_at":"2025-05-05T06:02:53.000Z","dependencies_parsed_at":"2024-09-29T06:16:12.040Z","dependency_job_id":null,"html_url":"https://github.com/AlexFalappa/nb-springboot","commit_stats":{"total_commits":634,"total_committers":11,"mean_commits":57.63636363636363,"dds":0.06624605678233442,"last_synced_commit":"4c78c9bfd9765ed4f511039773efc3012b67be98"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexFalappa%2Fnb-springboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexFalappa%2Fnb-springboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexFalappa%2Fnb-springboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexFalappa%2Fnb-springboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexFalappa","download_url":"https://codeload.github.com/AlexFalappa/nb-springboot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252931391,"owners_count":21827104,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["netbeans","netbeans-ide","netbeans-plugin","spring","spring-boot","spring-data","spring-mvc"],"created_at":"2024-09-28T08:22:26.908Z","updated_at":"2025-05-07T17:50:03.320Z","avatar_url":"https://github.com/AlexFalappa.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NB-SpringBoot\n\nNetBeans IDE plugin supporting programming with [Spring Boot](http://projects.spring.io/spring-boot).\n\n\n## Requirements and Installation\n\nThis plugin requires **NetBeans 8.2** or above running on **JDK 8** or above.\n\nTo perform a manual install download the desired `nbm` package from the [releases page](https://github.com/AlexFalappa/nb-springboot/releases) , go to *Tools \u003e Plugins \u003e Downloaded* and click the *Add Plugins...* button. Choose the downloaded `nbm` package file then click *Install*.\n\nThe plugin may be available in the *Plugin Portal Update Center* thus it can be downloaded and installed trough *Tools \u003e Plugins \u003e Available Plugins*. Please note that new releases become available on the *Update Center* after they are verified by the folks at the *NetBeans Plugin Portal*. Note that current NetBeans Plugin Portal (http://plugins.netbeans.org) is undergoing migration at Apache Foundation. A new plugin portal is being set-up (currently at http://netbeans-vm.apache.org/pluginportal but subject to change) and may become the new official source of plugins.\n\n## Features\n\n-  *Spring Boot* Maven project wizards:\n    -  Basic project\n    -  Project generated trough the *Spring Initializr* service (https://start.spring.io)\n-  Specific editor for configuration properties files with:\n    -  extended syntax highlighting (dot separated keys, array notation)\n    -  error highlighting for: syntax errors, duplicate properties, data type mismatches and unknown properties\n    -  quick fixes for: removing deprecated, unknown and duplicate properties or substituting deprecated properties with their replacement\n    -  completion and documentation of configuration properties names and values (with support of [hint value providers](https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-configuration-metadata.html#value-providers) defined in configuration metadata)\n-  Java editor error highlighting and fixes for missing starter dependencies:\n    - @ConfigurationProperties annotation without `spring-boot-configuration-processor` dependency\n    - Imports of Spring MVC annotations and Spring Data interfaces without relevant starter dependencies (e.g. `JpaRepository` without `spring-boot-starter-data-jpa` dependency)\n-  Code templates:\n    - Java templates for web request mapping annotations, WebFlux router functions and `CommandLineRunner` beans\n    - Configuration properties templates for commonly used sets of properties \n-  *Spring Boot* file templates:\n    -  `CommandlineRunner` classes\n    -  `ApplicationRunner` classes\n    -  `application.properties` files\n    -  `additional-spring-configuration-metadata.json` files\n    -  `@ConfigurationProperties` annotated classes\n-  *Spring Boot Actuator* file templates:\n    -  Actuator endpoints \n    -  Classes implementing `InfoContributor`\n    -  Classes implementing `HealthIndicator`\n-  Additional *Spring Framework* file templates:\n    -  `@Component` annotated classes\n    -  `@Configuration` annotated classes\n    -  `@Service` annotated classes\n    -  `@Controller` annotated classes (Spring MVC)\n    -  `@RestController` annotated classes (Spring MVC)\n    -  Reactive `@RestController` annotated classes (Spring WebFlux)\n    -  Reactive handler classes (Spring WebFlux)\n    -  Interfaces extending `Repository` both imperative and reactive (Spring Data)\n-  Additional code generators in `pom.xml` files:\n    -  Add Spring Boot dependencies (dependency metadata is taken from the *Spring Initializr* web service)\n    -  Add basic Spring Boot setup\n-  Toolbar button to trigger *Spring Boot* devtools reload\n-  Custom *Spring Boot* project properties page to:\n    -  Specify command line run arguments and launch VM options\n    -  Enable/disable manual devtools reload trigger\n    -  Toggle debug mode and color output\n    -  Assisted override of configuration properties at launch\n-  Additional navigator panel to show request URL mappings of a `Controller` / `RestController` class\n\n## Issues and Documentation\n\nBug tracking: [GitHub Issues](https://github.com/AlexFalappa/nb-springboot/issues)\n\nGetting Started: [Quick Tour](https://github.com/AlexFalappa/nb-springboot/wiki/Quick-Tour)\n\nReference: [GitHub Wiki](https://github.com/AlexFalappa/nb-springboot/wiki)\n\n## License\n\nThe plugin and its source code are licensed under [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0).\n\n\n## Acknowledgements\n\nCompletion of Spring Boot configuration properties feature is based on [Keevosh plugin](https://github.com/keevosh/nb-springboot-configuration-support).\n\nTemplates and code generators were inspired by those found on [Spring Boot Tools 4 NetBeans](https://github.com/GeertjanWielenga/SpringBootTools4NetBeans).\n\nRequestmappings navigator panel feature contributed by [Michael Simons](https://github.com/michael-simons).\n\nBadge on projects icon feature initially contributed by [Hector Espert](https://github.com/blackleg).\n\n## Changelog\n\nSee [the separate file](CHANGELOG.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexfalappa%2Fnb-springboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexfalappa%2Fnb-springboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexfalappa%2Fnb-springboot/lists"}