René's URL Explorer Experiment


Title: spring-boot LS does not work and does not show up in lsp logs · Issue #28 · JavaHello/spring-boot.nvim · GitHub

Open Graph Title: spring-boot LS does not work and does not show up in lsp logs · Issue #28 · JavaHello/spring-boot.nvim

X Title: spring-boot LS does not work and does not show up in lsp logs · Issue #28 · JavaHello/spring-boot.nvim

Description: Issue: :checkhealth vim.lsp command never shows spring-boot LS and suggestions do not work in application.yml/application.properties. Description: My setup: vscode-spring-boot-tools and jdtls installed with Mason. nvim-jdtls setup with f...

Open Graph Description: Issue: :checkhealth vim.lsp command never shows spring-boot LS and suggestions do not work in application.yml/application.properties. Description: My setup: vscode-spring-boot-tools and jdtls insta...

X Description: Issue: :checkhealth vim.lsp command never shows spring-boot LS and suggestions do not work in application.yml/application.properties. Description: My setup: vscode-spring-boot-tools and jdtls insta...

Opengraph URL: https://github.com/JavaHello/spring-boot.nvim/issues/28

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"spring-boot LS does not work and does not show up in lsp logs","articleBody":"### Issue:\n`:checkhealth vim.lsp` command never shows `spring-boot` LS and suggestions do not work in `application.yml/application.properties`.\n\n### Description:\n#### My setup:\n1. `vscode-spring-boot-tools` and `jdtls` installed with Mason.\n2. `nvim-jdtls` setup with `ftplugin`.\n3. `lazy.nvim` configuration for `nvim-jdtls` and `spring-boot.nvim`:\n``` lua\n{\n    \"mfussenegger/nvim-jdtls\",\n    dependencies = { \"mfussenegger/nvim-dap\" }\n},\n{\n    \"JavaHello/spring-boot.nvim\",\n    dependencies = { \"mfussenegger/nvim-jdtls\" },\n    lazy = true,\n    opts = {}\n}\n```\n4. My `ftplugin` config for java and yaml:\n``` lua\nlocal data_path = \"...\" -- path to constructed data directory for the project\nlocal jdtls_bin = \"...\" -- path to JDTLS binary\nlocal lombok_jar = \"...\" -- path to Lombok jar\nlocal bundles = {}\nvim.list_extend(bundles, require(\"spring_boot\").java_extensions())\nvim.list_extend(bundles, vim.split(vim.fn.glob(\".../vscode-java-test/server/*.jar\"), \"\\n\"))\nvim.list_extend(bundles, vim.split(vim.fn.glob(\".../java-debug/com.microsoft.java.debug.plugin/target/*.jar\"), \"\\n\"))\njdtls.start_or_attach({\n    cmd = {\n        jdtls_bin,\n        \"--jvm-arg=-javaagent:\" .. lombok_jar,\n        \"-data\", data_path\n    },\n    root_dir = vim.fs.dirname(vim.fs.find({ \"gradlew\", \".git\", \"mvnw\" }, { upward = true })[1]),\n    init_options = { bundles = bundles }\n})\n```\n5. The `jdtls` LS works well, completion in java files is present, no issues. The `:checkhealth vim.lsp` command always show it properly. `java-test` setup and debugging also work fine.\n\n#### The problem:\n\n1. The `spring-boot` LS never shows up in `:checkhealth vim.lsp` or `lsp.log` .\n2. Sometimes when I open java or yaml file I get the message `Spring Boot LS is not installed`.\n(I can fix this one by manually providing `ls_path` to the opts in `spring-boot.nvim` configuration, but it looks like something else is wrong)","author":{"url":"https://github.com/keen-dot-dev","@type":"Person","name":"keen-dot-dev"},"datePublished":"2025-07-19T19:53:15.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":9},"url":"https://github.com/28/spring-boot.nvim/issues/28"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:abb25a45-4564-815b-2ad7-4bb486e45b35
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9528:276C72:322F978:44642A8:6A53EAA7
html-safe-nonce7319b9941ac12abf4e51d2889b2ebf07ca21a8a6ddc221b95f43603fea63c64f
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NTI4OjI3NkM3MjozMjJGOTc4OjQ0NjQyQTg6NkE1M0VBQTciLCJ2aXNpdG9yX2lkIjoiNzEzNDc1OTg1MDk2MjMxNTk0MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac6039dc81484704a93586fe727f1fd617fd7a9cb9c46b6ce9652d054115926f51
hovercard-subject-tagissue:3245603061
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/JavaHello/spring-boot.nvim/28/issue_layout
twitter:imagehttps://opengraph.githubassets.com/5f97963c12fb52ed0c7f7e1850656b29a65941ae03b934e3edbebb151d7f77df/JavaHello/spring-boot.nvim/issues/28
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/5f97963c12fb52ed0c7f7e1850656b29a65941ae03b934e3edbebb151d7f77df/JavaHello/spring-boot.nvim/issues/28
og:image:altIssue: :checkhealth vim.lsp command never shows spring-boot LS and suggestions do not work in application.yml/application.properties. Description: My setup: vscode-spring-boot-tools and jdtls insta...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamekeen-dot-dev
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/JavaHello/spring-boot.nvim git https://github.com/JavaHello/spring-boot.nvim.git
octolytics-dimension-user_id24937965
octolytics-dimension-user_loginJavaHello
octolytics-dimension-repository_id785555003
octolytics-dimension-repository_nwoJavaHello/spring-boot.nvim
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id785555003
octolytics-dimension-repository_network_root_nwoJavaHello/spring-boot.nvim
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release07a982c1d40157c619b364352b704c3ce66bb332
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/JavaHello/spring-boot.nvim/issues/28#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJavaHello%2Fspring-boot.nvim%2Fissues%2F28
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FJavaHello%2Fspring-boot.nvim%2Fissues%2F28
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=JavaHello%2Fspring-boot.nvim
Reloadhttps://github.com/JavaHello/spring-boot.nvim/issues/28
Reloadhttps://github.com/JavaHello/spring-boot.nvim/issues/28
Reloadhttps://github.com/JavaHello/spring-boot.nvim/issues/28
JavaHello https://github.com/JavaHello
spring-boot.nvimhttps://github.com/JavaHello/spring-boot.nvim
Please reload this pagehttps://github.com/JavaHello/spring-boot.nvim/issues/28
Notifications https://github.com/login?return_to=%2FJavaHello%2Fspring-boot.nvim
Fork 15 https://github.com/login?return_to=%2FJavaHello%2Fspring-boot.nvim
Star 88 https://github.com/login?return_to=%2FJavaHello%2Fspring-boot.nvim
Code https://github.com/JavaHello/spring-boot.nvim
Issues 3 https://github.com/JavaHello/spring-boot.nvim/issues
Pull requests 0 https://github.com/JavaHello/spring-boot.nvim/pulls
Actions https://github.com/JavaHello/spring-boot.nvim/actions
Projects https://github.com/JavaHello/spring-boot.nvim/projects
Security and quality 0 https://github.com/JavaHello/spring-boot.nvim/security
Insights https://github.com/JavaHello/spring-boot.nvim/pulse
Code https://github.com/JavaHello/spring-boot.nvim
Issues https://github.com/JavaHello/spring-boot.nvim/issues
Pull requests https://github.com/JavaHello/spring-boot.nvim/pulls
Actions https://github.com/JavaHello/spring-boot.nvim/actions
Projects https://github.com/JavaHello/spring-boot.nvim/projects
Security and quality https://github.com/JavaHello/spring-boot.nvim/security
Insights https://github.com/JavaHello/spring-boot.nvim/pulse
spring-boot LS does not work and does not show up in lsp logshttps://github.com/JavaHello/spring-boot.nvim/issues/28#top
https://github.com/keen-dot-dev
keen-dot-devhttps://github.com/keen-dot-dev
on Jul 19, 2025https://github.com/JavaHello/spring-boot.nvim/issues/28#issue-3245603061
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.