0

Facing a strange problem.

I recently moved my workspace to Java11. Earlier was using Spring Tool Suite 3.x but it was not working well with Java 11 so upgraded to 4.1.2 RELEASE.

The issue is I cant navigate (Cmd + Click) through dependencies code.

As shown in image below, I cant navigate through Objects below. However in my application code everything seems to be working. Also in earlier STS versions, didnt face any issues like this.

Can anyone help?

enter image description here

4

1 回答 1

0

我认为是这个错误: https ://github.com/spring-projects/sts4/issues/205

它已经在 STS4 的最新夜间版本以及 LSP4E 的最新快照版本中得到修复。如果您不想等待 STS 4.2.0 版本(应该会在下周发布),您可以从他们的快照站点安装最新版本的 LSP4E。

于 2019-03-19T20:36:28.140 回答