package org.springframework. does not exist #1252
RaffaeleVallifuoco
started this conversation in
Extension Show and Tell
Replies: 1 comment
-
No, this isn't the right place. Please see this thread which is pinned to the top of the forum. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, everyone. I hope this is the right section.
I recently started programming in Java using SpringBoot extension for VScode and when I open a project, I often encounter the following error: "package org.springframework.* does not exist(compiler.err.doesnt.exist)." (asterisk is used to indicate all package content)
But if I compile and run the code, it works perfectly. I tried installing a new maven dependency (like log4j, for example) but the problem persists.
I used both the latest version of the spring boot extension and the pre-release version.
Does anyone have an idea how to resolve the error ?
Another bug is the non-automatic import of sub-pasckages classes using stable versions of spring boot, but with the pre release it works perfectly.
Thank you !
Beta Was this translation helpful? Give feedback.
All reactions