我刚开始学习Spring Boot,我遇到了这个错误!
class com.microsoft.java.debug.core.adapter.handler.LaunchUtils (in unnamed module @0x30b55c6f) cannot access class sun.security.action.GetPropertyAction (in module java.base) because module java.base does not export sun.security.action to unnamed module @0x30b55c6f

我按照视频中的步骤操作:https://www.youtube.com/watch?v=uq4GjRF_860
发布于 2021-05-23 02:10:25
我在VSCode中得到了同样的错误。不确定解决方案,但使用具有相同设置的JetBrains IntelliJ对我有效。
https://stackoverflow.com/questions/66690687
复制相似问题